diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyzmq/run-ptest | 3 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb | 1 |
2 files changed, 3 insertions, 1 deletions
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 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | pytest --automake | 3 | pytest --automake \ |
4 | -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' | ||
diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb b/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb index ca602d2507..540aa62006 100644 --- a/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb | |||
@@ -28,6 +28,7 @@ FILES:${PN}-test += "\ | |||
28 | RDEPENDS:${PN} += "\ | 28 | RDEPENDS:${PN} += "\ |
29 | python3-json \ | 29 | python3-json \ |
30 | python3-multiprocessing \ | 30 | python3-multiprocessing \ |
31 | python3-tornado \ | ||
31 | " | 32 | " |
32 | 33 | ||
33 | RDEPENDS:${PN}-ptest += "\ | 34 | RDEPENDS:${PN}-ptest += "\ |