From 51afce0c3076b193777f71414a05beb965f1a6d7 Mon Sep 17 00:00:00 2001 From: Ilya Tumaykin Date: Fri, 19 Feb 2016 22:54:00 +0300 Subject: [PATCH] dev-python/mccabe: require pytest instead of pytest-runner for tests pytest-runner is needed when one wants to run tests like this: `setup.py pytest'. Since we don't do this, we only need pytest. Package-Manager: portage-2.2.27 --- dev-python/mccabe/mccabe-0.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/mccabe/mccabe-0.4.0.ebuild b/dev-python/mccabe/mccabe-0.4.0.ebuild index 5aa2253a9708..22838d6764d2 100644 --- a/dev-python/mccabe/mccabe-0.4.0.ebuild +++ b/dev-python/mccabe/mccabe-0.4.0.ebuild @@ -21,7 +21,7 @@ SLOT="0" RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest-runner[${PYTHON_USEDEP}] )" + test? ( dev-python/pytest[${PYTHON_USEDEP}] )" src_prepare() { sed -i -e '/pytest-runner/d' setup.py || die -- 2.26.2