commit: 7850b559de9f2620cc4d851d7e747e81f61fcfc2 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Tue Apr 29 15:48:22 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Apr 29 19:03:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7850b559
dev-vcs/python-gitlab: skip tests that cannot work in an ebuild Closes: https://bugs.gentoo.org/938085 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41846 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) 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
