diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-fastapi/run-ptest')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-fastapi/run-ptest | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-fastapi/run-ptest b/meta-python/recipes-devtools/python/python3-fastapi/run-ptest new file mode 100644 index 0000000000..b4d99ee36b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-fastapi/run-ptest | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | # ignore the test from the tutorial | ||
| 4 | # those depends on python packages that are not part of OE | ||
| 5 | pytest --automake --ignore tests/test_tutorial | ||
