diff options
| author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-06 09:44:49 +0300 |
|---|---|---|
| committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-06 09:45:53 +0300 |
| commit | 5e706eda8f442683903cd5e285d7f1b0a30ce50a (patch) | |
| tree | ed465d821dcfc8862e2b17b07c53cbd5533e243e /dev-python/a2wsgi | |
| parent | 54058374d159e07a2d51683d3f34688f15cfb8d2 (diff) | |
| download | gentoo-5e706eda8f442683903cd5e285d7f1b0a30ce50a.tar.gz gentoo-5e706eda8f442683903cd5e285d7f1b0a30ce50a.tar.bz2 gentoo-5e706eda8f442683903cd5e285d7f1b0a30ce50a.zip | |
dev-python/a2wsgi: skip starlette tests
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/a2wsgi')
| -rw-r--r-- | dev-python/a2wsgi/a2wsgi-1.10.6.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
