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