From 7efd67bcafd0d714c22b16b890cc99f10ec7a3f9 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 4 Apr 2024 20:49:36 -0700 Subject: 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 --- meta-python/recipes-devtools/python/python3-pyzmq/run-ptest | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-pyzmq/run-ptest') diff --git a/meta-python/recipes-devtools/python/python3-pyzmq/run-ptest b/meta-python/recipes-devtools/python/python3-pyzmq/run-ptest index 8d2017d39c..beefefa663 100644 --- a/meta-python/recipes-devtools/python/python3-pyzmq/run-ptest +++ b/meta-python/recipes-devtools/python/python3-pyzmq/run-ptest @@ -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' -- cgit v1.2.3-54-g00ecf