diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-09-24 23:11:40 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-09-26 06:58:28 -0700 |
commit | 66c95f4463d64b51c2289e84f723e29ebae995c4 (patch) | |
tree | 1d6c4dbbf2422ecb7817920560cf029029bca873 /meta-python/recipes-devtools | |
parent | 930d424d636860e8d027bc6dae1b00ac3cb2d8b3 (diff) | |
download | meta-openembedded-66c95f4463d64b51c2289e84f723e29ebae995c4.tar.gz |
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 <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-a2wsgi/run-ptest | 2 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-a2wsgi_1.10.7.bb | 1 |
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 | ||
3 | pytest --automake | 3 | 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 += " \ | |||
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 | ||