diff --git a/dev-python/mccabe/mccabe-0.4.0.ebuild b/dev-python/mccabe/mccabe-0.4.0.ebuild index 1caff10459e9f..4eeee85e31de0 100644 --- a/dev-python/mccabe/mccabe-0.4.0.ebuild +++ b/dev-python/mccabe/mccabe-0.4.0.ebuild @@ -22,7 +22,7 @@ SLOT="0" RDEPEND=">=dev-python/pep8-1.4.3[${PYTHON_USEDEP}] dev-python/flake8[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest-runner[${PYTHON_USEDEP}] )" + dev-python/pytest-runner[${PYTHON_USEDEP}]" python_test() { ${EPYTHON} test_mccabe.py || die