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