From 8a5e17b48f908441b70e267a1748cd3e6f19cbbf Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 18 Jun 2022 01:48:06 +0100 Subject: dev-vcs/python-gitlab: add some missing test deps Closes: https://bugs.gentoo.org/728672 Closes: https://bugs.gentoo.org/852698 Signed-off-by: Sam James --- dev-vcs/python-gitlab/python-gitlab-3.5.0.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'dev-vcs/python-gitlab/python-gitlab-3.5.0.ebuild') 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 -- cgit v1.2.3