From: Michał Górny Date: Sun, 24 Nov 2019 18:34:56 +0000 (+0100) Subject: dev-python/pip: Remove unnecessary test deps and restrictions X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a8474a05b0f0353e1ddc69e5d865e7f1bd01fb02;p=gentoo.git dev-python/pip: Remove unnecessary test deps and restrictions 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 --- 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}] -