summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-a2wsgi/run-ptest2
-rw-r--r--meta-python/recipes-devtools/python/python3-a2wsgi_1.10.7.bb1
2 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-a2wsgi/run-ptest b/meta-python/recipes-devtools/python/python3-a2wsgi/run-ptest
index 8d2017d39c..951c73a6cf 100644
--- a/meta-python/recipes-devtools/python/python3-a2wsgi/run-ptest
+++ b/meta-python/recipes-devtools/python/python3-a2wsgi/run-ptest
@@ -1,3 +1,3 @@
1#!/bin/sh 1#!/bin/sh
2 2
3pytest --automake 3pytest --automake --deselect tests/test_asgi.py::test_baize_stream_response
diff --git a/meta-python/recipes-devtools/python/python3-a2wsgi_1.10.7.bb b/meta-python/recipes-devtools/python/python3-a2wsgi_1.10.7.bb
index e65519ec31..023f227909 100644
--- a/meta-python/recipes-devtools/python/python3-a2wsgi_1.10.7.bb
+++ b/meta-python/recipes-devtools/python/python3-a2wsgi_1.10.7.bb
@@ -20,6 +20,7 @@ RDEPENDS:${PN}-ptest += " \
20 python3-httpx \ 20 python3-httpx \
21 python3-pytest \ 21 python3-pytest \
22 python3-pytest-asyncio \ 22 python3-pytest-asyncio \
23 python3-starlette \
23 python3-unittest-automake-output \ 24 python3-unittest-automake-output \
24" 25"
25 26