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.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