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