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/python/python3-a2wsgi/run-ptest | |
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/python/python3-a2wsgi/run-ptest')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-a2wsgi/run-ptest | 2 |
1 files changed, 1 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 |