summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2018-06-20 21:10:00 +0200
committerLouis Sautier <sbraz@gentoo.org>2018-06-20 21:10:00 +0200
commit2b5cb9c9db301d99412f42ccf05ea567203f752b (patch)
tree977f3bc2906177efcfc1b7aee95eaf804f694e5a /dev-python/inflection/inflection-0.3.1.ebuild
parentdev-python/inflection: Support PyPy{,3}, fix DESCRIPTION (diff)
downloadgentoo-2b5cb9c9db301d99412f42ccf05ea567203f752b.tar.gz
gentoo-2b5cb9c9db301d99412f42ccf05ea567203f752b.tar.bz2
gentoo-2b5cb9c9db301d99412f42ccf05ea567203f752b.zip
dev-python/inflection: do not require pytest-runner for tests
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/inflection/inflection-0.3.1.ebuild')
-rw-r--r--dev-python/inflection/inflection-0.3.1.ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-python/inflection/inflection-0.3.1.ebuild b/dev-python/inflection/inflection-0.3.1.ebuild
index b66262a99622..16c59e49ccac 100644
--- a/dev-python/inflection/inflection-0.3.1.ebuild
+++ b/dev-python/inflection/inflection-0.3.1.ebuild
@@ -21,7 +21,6 @@ RDEPEND=""
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
- dev-python/pytest-runner[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )