commit:     5e706eda8f442683903cd5e285d7f1b0a30ce50a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  6 06:44:49 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  6 06:45:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e706eda

dev-python/a2wsgi: skip starlette tests

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/a2wsgi/a2wsgi-1.10.6.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/a2wsgi/a2wsgi-1.10.6.ebuild 
b/dev-python/a2wsgi/a2wsgi-1.10.6.ebuild
index cb62c73b79f4..8b32b9d19735 100644
--- a/dev-python/a2wsgi/a2wsgi-1.10.6.ebuild
+++ b/dev-python/a2wsgi/a2wsgi-1.10.6.ebuild
@@ -39,6 +39,9 @@ python_test() {
        local EPYTEST_DESELECT=(
                # requires baize
                tests/test_asgi.py::test_baize_stream_response
+               # requires starlette
+               tests/test_asgi.py::test_starlette_stream_response
+               tests/test_asgi.py::test_starlette_base_http_middleware
        )
 
        local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1

Reply via email to