diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-25 12:14:20 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-25 12:40:57 +0100 |
commit | abb4ac2b8297df0b3dfe8fe4dd908d7fecc2f11a (patch) | |
tree | 020d381ccdadc7404a582be0c13afa5d328f9423 /dev-python/oauth2 | |
parent | dev-python/paho-mqtt: Run pytest directly (diff) | |
download | gentoo-abb4ac2b8297df0b3dfe8fe4dd908d7fecc2f11a.tar.gz gentoo-abb4ac2b8297df0b3dfe8fe4dd908d7fecc2f11a.tar.bz2 gentoo-abb4ac2b8297df0b3dfe8fe4dd908d7fecc2f11a.zip |
dev-python/oauth2: Remove pytest-runner dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/oauth2')
-rw-r--r-- | dev-python/oauth2/oauth2-1.9.0_p1-r1.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
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 402c3098a7fe..f717a49cbf01 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}] )" |