summaryrefslogtreecommitdiff
path: root/dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild')
-rw-r--r--dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild12
1 files changed, 9 insertions, 3 deletions
diff --git a/dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild b/dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild
index bb10aaafcf5b..8571108be3a2 100644
--- a/dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild
+++ b/dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -25,9 +25,7 @@ LICENSE="LGPL-3"
SLOT="0"
BDEPEND="test? (
- dev-python/coverage[${PYTHON_USEDEP}]
>=dev-python/pytest-console-scripts-1.3.1[${PYTHON_USEDEP}]
- dev-python/pytest-cov[${PYTHON_USEDEP}]
>=dev-python/pyyaml-5.2[${PYTHON_USEDEP}]
dev-python/responses[${PYTHON_USEDEP}]
)"
@@ -37,6 +35,14 @@ RDEPEND=">=dev-python/requests-2.32.2[${PYTHON_USEDEP}]
distutils_enable_tests pytest
+EPYTEST_IGNORE=(
+ # These tests do not make sense downstream
+ "tests/smoke/test_dists.py"
+ # Requires ability to run docker and pytest-docker
+ # https://bugs.gentoo.org/938085
+ "tests/functional"
+)
+
python_install_all() {
distutils-r1_python_install_all
dodoc -r *.rst docs