diff options
author | Derek Straka <derek@asterius.io> | 2025-01-30 21:57:21 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-30 14:15:34 -0800 |
commit | 5678e949e6669fceeaa9af1ff0af8d84fb1241c9 (patch) | |
tree | bf139680b0484532ddb8ef6502644982a183d662 /meta-python/recipes-devtools/python/python3-multidict/run-ptest | |
parent | 399675eb7b3d3885b96897879071a7bcae1965bc (diff) | |
download | meta-openembedded-5678e949e6669fceeaa9af1ff0af8d84fb1241c9.tar.gz |
python3-multidict: 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-multidict/run-ptest')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-multidict/run-ptest | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-multidict/run-ptest b/meta-python/recipes-devtools/python/python3-multidict/run-ptest deleted file mode 100644 index d74acaf564..0000000000 --- a/meta-python/recipes-devtools/python/python3-multidict/run-ptest +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | pytest --automake | ||