commit: 2b5cb9c9db301d99412f42ccf05ea567203f752b
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 20 19:10:00 2018 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Wed Jun 20 19:10:00 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b5cb9c9
dev-python/inflection: do not require pytest-runner for tests
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/inflection/inflection-0.3.1.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-python/inflection/inflection-0.3.1.ebuild
b/dev-python/inflection/inflection-0.3.1.ebuild
index b66262a9962..16c59e49cca 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}] )