diff options
| author | Tom Geelen <t.f.g.geelen@gmail.com> | 2025-11-25 21:20:49 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-25 15:32:29 -0800 |
| commit | 65bcb2d65cc515bd5f0572f4bf3ac075bf62e5bb (patch) | |
| tree | c51f9cf27ca0c5d476e77b7c05cc71ee14f7c5ac /meta-python/recipes-devtools/python/python3-pytest-picked/run-ptest | |
| parent | 5489b73633cd2971e888f9b06d48d49cbe16bf39 (diff) | |
| download | meta-openembedded-65bcb2d65cc515bd5f0572f4bf3ac075bf62e5bb.tar.gz | |
new recipe: python3-pytest-picked
Sorry for the additional email. The previous patch still contained an erroneous line.
Description: Run the tests related to the changed files
Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 | ||
