dev-python/mccabe: pytest-runner is needed outside of tests #575112

Package-Manager: portage-2.2.27
This commit is contained in:
Patrick Lauer
2016-02-19 08:07:59 +01:00
parent 677b176e49
commit 6f4dce5713

View File

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