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 +- meta-python/recipes-devtools/python/python3-a2wsgi_1.10.7.bb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python') 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 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 += " \ python3-httpx \ python3-pytest \ python3-pytest-asyncio \ + python3-starlette \ python3-unittest-automake-output \ " -- cgit v1.2.3-54-g00ecf