summaryrefslogtreecommitdiff
path: root/dev-python/prometheus-client
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/prometheus-client')
-rw-r--r--dev-python/prometheus-client/prometheus-client-0.23.1.ebuild7
-rw-r--r--dev-python/prometheus-client/prometheus-client-0.24.0.ebuild5
-rw-r--r--dev-python/prometheus-client/prometheus-client-0.24.1.ebuild7
3 files changed, 17 insertions, 2 deletions
diff --git a/dev-python/prometheus-client/prometheus-client-0.23.1.ebuild b/dev-python/prometheus-client/prometheus-client-0.23.1.ebuild
index 5b0f18fb29c4..a17ac924b2b1 100644
--- a/dev-python/prometheus-client/prometheus-client-0.23.1.ebuild
+++ b/dev-python/prometheus-client/prometheus-client-0.23.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -36,3 +36,8 @@ distutils_enable_tests pytest
EPYTEST_DESELECT=(
tests/test_parser.py::test_benchmark_text_string_to_metric_families
)
+
+EPYTEST_IGNORE=(
+ # Optional testdep on dev-python/asgiref
+ tests/test_asgi.py
+)
diff --git a/dev-python/prometheus-client/prometheus-client-0.24.0.ebuild b/dev-python/prometheus-client/prometheus-client-0.24.0.ebuild
index 1a64578b8e16..655bdf29649c 100644
--- a/dev-python/prometheus-client/prometheus-client-0.24.0.ebuild
+++ b/dev-python/prometheus-client/prometheus-client-0.24.0.ebuild
@@ -36,3 +36,8 @@ distutils_enable_tests pytest
EPYTEST_DESELECT=(
tests/test_parser.py::test_benchmark_text_string_to_metric_families
)
+
+EPYTEST_IGNORE=(
+ # Optional testdep on dev-python/asgiref
+ tests/test_asgi.py
+)
diff --git a/dev-python/prometheus-client/prometheus-client-0.24.1.ebuild b/dev-python/prometheus-client/prometheus-client-0.24.1.ebuild
index 1a64578b8e16..a17ac924b2b1 100644
--- a/dev-python/prometheus-client/prometheus-client-0.24.1.ebuild
+++ b/dev-python/prometheus-client/prometheus-client-0.24.1.ebuild
@@ -24,7 +24,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
RDEPEND="
dev-python/twisted[${PYTHON_USEDEP}]
@@ -36,3 +36,8 @@ distutils_enable_tests pytest
EPYTEST_DESELECT=(
tests/test_parser.py::test_benchmark_text_string_to_metric_families
)
+
+EPYTEST_IGNORE=(
+ # Optional testdep on dev-python/asgiref
+ tests/test_asgi.py
+)