diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-07-24 17:08:32 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-26 12:28:42 +0100 |
| commit | d4c0282f2bb52ac49987da9f101592e79cfd3b22 (patch) | |
| tree | af262e1d27c0ccc93948d2306e74d003b18de0ed /meta/recipes-devtools/python/python3-packaging | |
| parent | bd21b9e878abca12488b514795bcaef28d01e829 (diff) | |
| download | poky-d4c0282f2bb52ac49987da9f101592e79cfd3b22.tar.gz | |
python3-packaging: enable ptest
(From OE-Core rev: df1e2e5bbf675f2b2582179fe28b25b840bb4790)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-packaging')
| -rw-r--r-- | meta/recipes-devtools/python/python3-packaging/run-ptest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-packaging/run-ptest b/meta/recipes-devtools/python/python3-packaging/run-ptest new file mode 100644 index 0000000000..8d2017d39c --- /dev/null +++ b/meta/recipes-devtools/python/python3-packaging/run-ptest | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | pytest --automake | ||
