diff options
author | Derek Straka <derek@asterius.io> | 2025-01-30 21:57:35 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-30 14:15:36 -0800 |
commit | b7e4a5c6c32b5c93e98e4fc18f79c6845ced8cda (patch) | |
tree | 7c248cea512bfbbf7699cf7448733b5b0582d9e1 /meta-python/recipes-devtools/python/python3-fastjsonschema | |
parent | 2944028d80c413ffe751e34f1c6393a301346d03 (diff) | |
download | meta-openembedded-b7e4a5c6c32b5c93e98e4fc18f79c6845ced8cda.tar.gz |
python3-fastjsonschema: 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-fastjsonschema')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-fastjsonschema/run-ptest | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-fastjsonschema/run-ptest b/meta-python/recipes-devtools/python/python3-fastjsonschema/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-fastjsonschema/run-ptest +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | pytest --automake | ||