summaryrefslogtreecommitdiff
path: root/dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2025-04-29 18:48:22 +0300
committerSam James <sam@gentoo.org>2025-04-29 20:03:09 +0100
commit7850b559de9f2620cc4d851d7e747e81f61fcfc2 (patch)
treef120efd6bc6980ab087666e47600023f08d7dda9 /dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild
parent89933a26f7121e119fb258f4d37b0935bb092712 (diff)
downloadgentoo-7850b559de9f2620cc4d851d7e747e81f61fcfc2.tar.gz
gentoo-7850b559de9f2620cc4d851d7e747e81f61fcfc2.tar.bz2
gentoo-7850b559de9f2620cc4d851d7e747e81f61fcfc2.zip
dev-vcs/python-gitlab: skip tests that cannot work in an ebuild
Closes: https://bugs.gentoo.org/938085 Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41846 Signed-off-by: Sam James <sam@gentoo.org>
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.ebuild8
1 files changed, 8 insertions, 0 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 74650f46a345..a404d1b38e4b 100644
--- a/dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild
+++ b/dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild
@@ -37,6 +37,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