diff options
author | Derek Straka <derek@asterius.io> | 2025-01-10 20:08:18 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-10 16:53:45 -0800 |
commit | 5ce36c94b71f021a4fb939dd6d19104feff73b61 (patch) | |
tree | 876c25676fe4e17596f380c0db71b03bfa3f887f /meta-python/recipes-devtools/python/python3-ujson | |
parent | deffc9a9468ae868a59a3bc6a5ddb89f97377de1 (diff) | |
download | meta-openembedded-5ce36c94b71f021a4fb939dd6d19104feff73b61.tar.gz |
python3-ujson: 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-ujson')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-ujson/run-ptest | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ujson/run-ptest b/meta-python/recipes-devtools/python/python3-ujson/run-ptest deleted file mode 100644 index 4863c5e5a3..0000000000 --- a/meta-python/recipes-devtools/python/python3-ujson/run-ptest +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | FORCE_COLOR=1 pytest --automake --capture=no | ||