commit: d5cc671e1e4418920f38d6c408d394b5b04d3cf7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 18 18:35:46 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 18 18:39:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5cc671e
dev-python/utidylib: Remove meaningless test deps
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/utidylib/utidylib-0.6.ebuild | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/dev-python/utidylib/utidylib-0.6.ebuild
b/dev-python/utidylib/utidylib-0.6.ebuild
index de6f3ef3bcc..76975cc3578 100644
--- a/dev-python/utidylib/utidylib-0.6.ebuild
+++ b/dev-python/utidylib/utidylib-0.6.ebuild
@@ -24,14 +24,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx )
- test? ( $(python_gen_cond_dep '
- dev-python/flake8[${PYTHON_USEDEP}]
- dev-python/pycodestyle[${PYTHON_USEDEP}]
- dev-python/pyflakes[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/pytest-cov[${PYTHON_USEDEP}]
- ' 'python2*' python3_6 python3_7
- ) )
+ test? ( dev-python/pytest[${PYTHON_USEDEP}] )
"
DEPEND="
dev-python/six[${PYTHON_USEDEP}]