diff options
author | Derek Straka <derek@asterius.io> | 2025-01-31 01:39:28 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-30 18:23:32 -0800 |
commit | 96c9661005a3bf27a2efb949f2813b86a9461454 (patch) | |
tree | 28fd549ef5148aa963b547c24ebb3d9f9102dee9 /meta-python/recipes-devtools/python/python3-aspectlib | |
parent | ac5c6a157cd0ea8a7464fade1d360d13de64b554 (diff) | |
download | meta-openembedded-96c9661005a3bf27a2efb949f2813b86a9461454.tar.gz |
python3-aspectlib: 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-aspectlib')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-aspectlib/run-ptest | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aspectlib/run-ptest b/meta-python/recipes-devtools/python/python3-aspectlib/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-aspectlib/run-ptest +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | pytest --automake | ||