diff options
author | alperak <alperyasinak1@gmail.com> | 2024-04-06 00:52:54 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-04-06 14:14:17 -0700 |
commit | dce392b58826d1aff643196f05e592c9f40e9636 (patch) | |
tree | 254442275fb686592f1ab22f0b1770e2e789a172 /meta-python/recipes-devtools/python/python3-bleak | |
parent | 96c7e7d6834a62d215caaa9fa2ac531aca7649a3 (diff) | |
download | meta-openembedded-dce392b58826d1aff643196f05e592c9f40e9636.tar.gz |
python3-bleak: enable ptest and add missing runtime dependency
* Ptest tested on qemux86-64 and qemuarm64
* Add ptest into PTESTS_FAST_META_PYTHON
qemux86-64:
Testsuite summary
TOTAL: 14
PASS: 14
SKIP: 0
XFAIL: 0
FAIL: 0
XPASS: 0
ERROR: 0
DURATION: 9
END: /usr/lib/python3-bleak/ptest
2024-04-05T18:44
STOP: ptest-runner
TOTAL: 1 FAIL: 0
qemuarm64:
Testsuite summary
TOTAL: 14
PASS: 14
SKIP: 0
XFAIL: 0
FAIL: 0
XPASS: 0
ERROR: 0
DURATION: 8
END: /usr/lib/python3-bleak/ptest
2024-04-05T21:15
STOP: ptest-runner
TOTAL: 1 FAIL: 0
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-bleak')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-bleak/run-ptest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bleak/run-ptest b/meta-python/recipes-devtools/python/python3-bleak/run-ptest new file mode 100644 index 0000000000..8d2017d39c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-bleak/run-ptest | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | pytest --automake | ||