diff options
author | Derek Straka <derek@asterius.io> | 2025-01-10 20:08:15 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-10 16:53:45 -0800 |
commit | 25a337538b30bbe5024530b5a49adc75870963a5 (patch) | |
tree | 7ccfb767ad19db23a1e433d4a612991da80d2b9f /meta-python/recipes-devtools/python/python3-validators | |
parent | be00ed17a7ef6dfc79f7daa83d67035c0a3ad313 (diff) | |
download | meta-openembedded-25a337538b30bbe5024530b5a49adc75870963a5.tar.gz |
python3-validators: update recipe to use the ptest-python-pytest class
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-validators')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-validators/run-ptest | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-validators/run-ptest b/meta-python/recipes-devtools/python/python3-validators/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-validators/run-ptest +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | pytest --automake | ||