commit: abb4ac2b8297df0b3dfe8fe4dd908d7fecc2f11a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 25 11:14:20 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 25 11:40:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb4ac2b
dev-python/oauth2: Remove pytest-runner dep
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/oauth2/oauth2-1.9.0_p1-r1.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-python/oauth2/oauth2-1.9.0_p1-r1.ebuild
b/dev-python/oauth2/oauth2-1.9.0_p1-r1.ebuild
index 402c3098a7f..f717a49cbf0 100644
--- a/dev-python/oauth2/oauth2-1.9.0_p1-r1.ebuild
+++ b/dev-python/oauth2/oauth2-1.9.0_p1-r1.ebuild
@@ -24,7 +24,6 @@ DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND}
dev-python/mock[${PYTHON_USEDEP}]
- dev-python/pytest-runner[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"