From 7850b559de9f2620cc4d851d7e747e81f61fcfc2 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Tue, 29 Apr 2025 18:48:22 +0300 Subject: dev-vcs/python-gitlab: skip tests that cannot work in an ebuild Closes: https://bugs.gentoo.org/938085 Signed-off-by: Alfred Wingate Part-of: https://github.com/gentoo/gentoo/pull/41846 Signed-off-by: Sam James --- dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild') 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 -- cgit v1.2.3