diff options
author | Derek Straka <derek@asterius.io> | 2025-01-17 18:59:37 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-17 11:29:12 -0800 |
commit | a3edd4f6d7b5fb4291db80dded74c810bb98c07c (patch) | |
tree | 4963fe2e68c3a3ade40569aeaa57d27e60ce3fb0 /meta-python/recipes-devtools/python/python3-requests-toolbelt/run-ptest | |
parent | 8e56338b5010a7bac4888e5df09cb1a08931d7d6 (diff) | |
download | meta-openembedded-a3edd4f6d7b5fb4291db80dded74c810bb98c07c.tar.gz |
python3-requests-toolbelt: 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-requests-toolbelt/run-ptest')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-requests-toolbelt/run-ptest | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-requests-toolbelt/run-ptest b/meta-python/recipes-devtools/python/python3-requests-toolbelt/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-requests-toolbelt/run-ptest +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | pytest --automake | ||