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
This commit is contained in:
Ilya Tumaykin
2016-02-19 22:54:00 +03:00
parent c5d3ee4822
commit 51afce0c30

View File

@@ -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