summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/mccabe/mccabe-0.4.0.ebuild')
-rw-r--r--dev-python/mccabe/mccabe-0.4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mccabe/mccabe-0.4.0.ebuild b/dev-python/mccabe/mccabe-0.4.0.ebuild
index 1caff10459e9..4eeee85e31de 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