diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-04-30 01:35:48 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-04-30 01:35:48 +0000 |
| commit | 82a8209ffe658ed3edd730cebfa27cb917c20af3 (patch) | |
| tree | fe7f72c79e4342302f78329f309a7b0639c969e7 /dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild | |
| parent | 33c7885bf8e042ef21deccb59d5e83ba9f2138f1 (diff) | |
| download | baldeagleos-repo-82a8209ffe658ed3edd730cebfa27cb917c20af3.tar.gz baldeagleos-repo-82a8209ffe658ed3edd730cebfa27cb917c20af3.tar.xz baldeagleos-repo-82a8209ffe658ed3edd730cebfa27cb917c20af3.zip | |
Adding metadata
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.ebuild | 12 |
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 |
