mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-24 11:15:23 +01:00
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>
5 lines
192 B
Bash
5 lines
192 B
Bash
#!/bin/sh
|
|
|
|
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'
|