python3-pyzmq: Fix ptests

Add missing dependency on tornado, its also flagged by some ptests

   {'python3-pyzmq': ['tests/test_ioloop.py:test_ioloop',
                      'tests/test_ioloop.py:test_ioloop_install']}

Skip ptests which cause zeromq errors

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2024-04-04 20:49:36 -07:00
parent 677de1dc33
commit 7efd67bcaf
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
#!/bin/sh
pytest --automake
pytest --automake \
-k 'not test_callable_check and not test_on_recv_basic and not test_on_recv_wake and not test_on_recv_async and not test_on_recv_async_error and not test_curve'

View File

@@ -28,6 +28,7 @@ FILES:${PN}-test += "\
RDEPENDS:${PN} += "\
python3-json \
python3-multiprocessing \
python3-tornado \
"
RDEPENDS:${PN}-ptest += "\