commit: 6f4dce57136bae373189e62bfa4ad91f5f269399
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 19 07:07:59 2016 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 07:08:31 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f4dce57
dev-python/mccabe: pytest-runner is needed outside of tests #575112
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 1caff10..4eeee85 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