commit:     1161d2f6c7a0deb00b6495be6533adb5e728582f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 22 13:52:12 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 22 13:55:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1161d2f6

dev-python/prometheus-client: Deselect broken asgiref tests

Closes: https://bugs.gentoo.org/936263
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/prometheus-client/prometheus-client-0.20.0.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-python/prometheus-client/prometheus-client-0.20.0.ebuild 
b/dev-python/prometheus-client/prometheus-client-0.20.0.ebuild
index 8d8017c9cb7e..8936fe3974dc 100644
--- a/dev-python/prometheus-client/prometheus-client-0.20.0.ebuild
+++ b/dev-python/prometheus-client/prometheus-client-0.20.0.ebuild
@@ -23,3 +23,8 @@ RDEPEND="
 "
 
 distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+       # optional tests, broken with >=dev-python/asgiref-3.8
+       tests/test_asgi.py
+)

Reply via email to