commit: 918de5a5943d53a0d08ace499a60611bc25d32c3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 15:28:07 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 15:28:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=918de5a5
dev-python/starlette: Deselect tests failing with pytest-7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/starlette/starlette-0.37.1.ebuild | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dev-python/starlette/starlette-0.37.1.ebuild
b/dev-python/starlette/starlette-0.37.1.ebuild
index 31b21741ddd7..b12b3017c659 100644
--- a/dev-python/starlette/starlette-0.37.1.ebuild
+++ b/dev-python/starlette/starlette-0.37.1.ebuild
@@ -41,6 +41,11 @@ BDEPEND="
)
"
+EPYTEST_DESELECT=(
+ # TODO: warning tests that require pytest-8
+ tests/test_routing.py::test_lifespan_with_on_events
+)
+
EPYTEST_IGNORE=(
# Unpackaged 'databases' dependency
tests/test_database.py