diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytest-picked/run-ptest')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-picked/run-ptest | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-picked/run-ptest b/meta-python/recipes-devtools/python/python3-pytest-picked/run-ptest new file mode 100644 index 0000000000..39f369f20b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest-picked/run-ptest | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | # need to explicitly call the correct fixture as of pytest 8.x | ||
| 4 | |||
| 5 | pytest -p pytester --automake | ||
