diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-01-07 18:28:45 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-12 08:53:45 -0800 |
| commit | 38119992d8cc481d60bb7c0e201156c8c46b51a2 (patch) | |
| tree | 3a04640a373fa3579a53e1c2362c11e5b682af04 /meta-python/recipes-devtools/python/python3-bleak/run-ptest | |
| parent | ba6468f7a09bf8e268ea5ac7939925c362ead876 (diff) | |
| download | meta-openembedded-38119992d8cc481d60bb7c0e201156c8c46b51a2.tar.gz | |
python3-bleak: upgrade 2.0.0 -> 2.1.1
1. Changelog:
https://github.com/hbldh/bleak/blob/v2.1.1/CHANGELOG.rst
2. Skip integration tests in ptest
After upgrade to 2.1.1, a new test set integration was added.
https://github.com/hbldh/bleak/tree/v2.1.1/tests/integration
According to the description, the tests need kernel module hci_vhci,
but hci_vhci is disabled in yocto, so skip these tests.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-bleak/run-ptest')
| -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..623fc814c9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-bleak/run-ptest | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | #Skip integration as it need hci_vhci, but hci_vhci module is not enabled in yocto kernel. | ||
| 3 | pytest --automake -k "not integration" | ||
