From 82a8209ffe658ed3edd730cebfa27cb917c20af3 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Wed, 30 Apr 2025 01:35:48 +0000 Subject: Adding metadata --- dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (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 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 -- cgit v1.3.1