mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-18 16:25:28 +01:00
python3-fastapi at version 0.122.0 python3-fastapi-cli at version 0.0.16 Moved and modified from meta-ros (Thanks Rob Woolley) - added ptest for fastapi (long run) - python3-fastapi-cli does have tests, but also a circular dependency on python-fastapi. So no ptests for python3-fastapi Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 lines
153 B
Bash
6 lines
153 B
Bash
#!/bin/sh
|
|
|
|
# ignore the test from the tutorial
|
|
# those depends on python packages that are not part of OE
|
|
pytest --automake --ignore tests/test_tutorial
|