From a8474a05b0f0353e1ddc69e5d865e7f1bd01fb02 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 24 Nov 2019 19:34:56 +0100 Subject: [PATCH] dev-python/pip: Remove unnecessary test deps and restrictions MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Remove pytest version restriction, pytest-4 gives the same result. Remove unused pytest-cov. Remove unnecessary pytest-rerunfailures and pytest-timeout (they do not affect the result). Finally, remove pytest-xdist -- while tests are obviously slower without it, it's very unstable and frequently causes crash before tests even start. Signed-off-by: Michał Górny --- dev-python/pip/pip-19.3.1-r1.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dev-python/pip/pip-19.3.1-r1.ebuild b/dev-python/pip/pip-19.3.1-r1.ebuild index 5db9420caa27..b0232bd55f9a 100644 --- a/dev-python/pip/pip-19.3.1-r1.ebuild +++ b/dev-python/pip/pip-19.3.1-r1.ebuild @@ -40,11 +40,7 @@ DEPEND=" dev-python/freezegun[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] dev-python/pretend[${PYTHON_USEDEP}] -