mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-26 22:35:07 +00:00
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>
This commit is contained in:
parent
930d424d63
commit
66c95f4463
@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
pytest --automake
|
pytest --automake --deselect tests/test_asgi.py::test_baize_stream_response
|
||||||
|
|||||||
@ -20,6 +20,7 @@ RDEPENDS:${PN}-ptest += " \
|
|||||||
python3-httpx \
|
python3-httpx \
|
||||||
python3-pytest \
|
python3-pytest \
|
||||||
python3-pytest-asyncio \
|
python3-pytest-asyncio \
|
||||||
|
python3-starlette \
|
||||||
python3-unittest-automake-output \
|
python3-unittest-automake-output \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user