From 66c95f4463d64b51c2289e84f723e29ebae995c4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 24 Sep 2024 23:11:40 -0700 Subject: python3-a2wsgi: Fix ptest run Add missing dependencies and ignore baize tests the module is not available in OE ecosystem Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-a2wsgi/run-ptest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-a2wsgi') 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 @@ #!/bin/sh -pytest --automake +pytest --automake --deselect tests/test_asgi.py::test_baize_stream_response -- cgit v1.2.3-54-g00ecf