From cedfe094ffd2ebd8746512595097f8ed2291a84e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 13 May 2020 10:34:36 +0200 Subject: [PATCH] dev-python/pytest: Backport test fixes to 4.6.9 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pytest/pytest-4.6.9.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/pytest/pytest-4.6.9.ebuild b/dev-python/pytest/pytest-4.6.9.ebuild index 620cc642d587..b0edb8058fea 100644 --- a/dev-python/pytest/pytest-4.6.9.ebuild +++ b/dev-python/pytest/pytest-4.6.9.ebuild @@ -52,6 +52,9 @@ DEPEND=" dev-python/pytest-xdist[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] !!dev-python/flaky + !!dev-python/pytest-aiohttp + !!dev-python/pytest-asyncio + !!dev-python/pytest-django )" PATCHES=( @@ -69,6 +72,8 @@ python_prepare_all() { } python_test() { + distutils_install_for_testing + # In v4.1.1, pytest started being picky about its own verbosity options. # running pytest on itself with -vv made 3 tests fail. This is why we don't # have it below. -- 2.26.2