summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-18 19:35:46 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-18 19:39:32 +0100
commitd5cc671e1e4418920f38d6c408d394b5b04d3cf7 (patch)
tree8b25b5fb619f2a6b3156de82ce5433ae1afbe828 /dev-python/utidylib
parentdev-python/pbr: Remove unused dep on flake8 (diff)
downloadgentoo-d5cc671e1e4418920f38d6c408d394b5b04d3cf7.tar.gz
gentoo-d5cc671e1e4418920f38d6c408d394b5b04d3cf7.tar.bz2
gentoo-d5cc671e1e4418920f38d6c408d394b5b04d3cf7.zip
dev-python/utidylib: Remove meaningless test deps
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/utidylib')
-rw-r--r--dev-python/utidylib/utidylib-0.6.ebuild9
1 files changed, 1 insertions, 8 deletions
diff --git a/dev-python/utidylib/utidylib-0.6.ebuild b/dev-python/utidylib/utidylib-0.6.ebuild
index de6f3ef3bcc4..76975cc35781 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}]