diff options
author | Derek Straka <derek@asterius.io> | 2025-01-10 22:31:31 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-10 16:53:47 -0800 |
commit | af70edb33aa1d31afea32231cd7802d83e2f868f (patch) | |
tree | 242b0e6b67179ef2e3e402b3137e7d8024ba26a6 /meta-python/recipes-devtools/python/python3-simpleeval | |
parent | 38e61c5c8e866990dcba7242b8e8857a3a25128c (diff) | |
download | meta-openembedded-af70edb33aa1d31afea32231cd7802d83e2f868f.tar.gz |
python3-simpleeval: 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-simpleeval')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-simpleeval/run-ptest | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-simpleeval/run-ptest b/meta-python/recipes-devtools/python/python3-simpleeval/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-simpleeval/run-ptest +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | pytest --automake | ||