diff options
| author | Derek Straka <derek@asterius.io> | 2024-12-18 18:05:48 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-08 12:37:20 +0000 |
| commit | cf6b12e5c95d0593970f945aa6930c818f7a819f (patch) | |
| tree | 86c0e754eb04f0f8f372610c178b794b3091f9ca /meta/recipes-devtools/python/python3-markupsafe | |
| parent | 095beae0085c94a105256b6df4bd71bd4a506104 (diff) | |
| download | poky-cf6b12e5c95d0593970f945aa6930c818f7a819f.tar.gz | |
python3-*: Update recipes with pytest ptests to use the new ptest-python-pytest class
The newly added ptest-python-pytest removes duplication for:
1. Copying pytest files to the ptest directory
2. Adding standard pytest dependencies
3. Adding a common run-ptest script using pytest
(From OE-Core rev: 8d84d9e19b9292b1863921611924714d77c41d21)
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-markupsafe')
| -rw-r--r-- | meta/recipes-devtools/python/python3-markupsafe/run-ptest | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python3-markupsafe/run-ptest b/meta/recipes-devtools/python/python3-markupsafe/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta/recipes-devtools/python/python3-markupsafe/run-ptest +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | pytest --automake | ||
