mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-19 11:18:35 +00:00
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:
@@ -28,6 +28,7 @@ FILES:${PN}-test += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
python3-json \
|
||||
python3-multiprocessing \
|
||||
python3-tornado \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN}-ptest += "\
|
||||
|
||||
Reference in New Issue
Block a user