summaryrefslogtreecommitdiff
path: root/dev-vcs/python-gitlab/python-gitlab-3.5.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/python-gitlab/python-gitlab-3.5.0.ebuild')
-rw-r--r--dev-vcs/python-gitlab/python-gitlab-3.5.0.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-vcs/python-gitlab/python-gitlab-3.5.0.ebuild b/dev-vcs/python-gitlab/python-gitlab-3.5.0.ebuild
index 09a91036c8e1..6f782bcbdbae 100644
--- a/dev-vcs/python-gitlab/python-gitlab-3.5.0.ebuild
+++ b/dev-vcs/python-gitlab/python-gitlab-3.5.0.ebuild
@@ -18,16 +18,17 @@ fi
LICENSE="LGPL-3"
SLOT="0"
-IUSE="test"
BDEPEND="test? (
dev-python/httmock[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}] )"
+ dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/responses[${PYTHON_USEDEP}]
+ )"
RDEPEND=">=dev-python/requests-2.25.1[${PYTHON_USEDEP}]
>=dev-python/requests-toolbelt-0.9.1[${PYTHON_USEDEP}]"
-distutils_enable_tests unittest
+distutils_enable_tests pytest
python_install_all() {
distutils-r1_python_install_all