From ecbfa11ef62f5856def554748d7262e17557fdcee0810fe4c4fbef50352f978f Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 10 Nov 2022 09:11:20 +0000 Subject: [PATCH] Accepting request 1034831 from home:pmonrealgonzalez:branches:devel:languages:python - Fix build with OpenSSL 3.0 [bsc#1205042] * Temporarily disable test_on_recv_basic OBS-URL: https://build.opensuse.org/request/show/1034831 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=108 --- python-pyzmq.changes | 6 ++++++ python-pyzmq.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/python-pyzmq.changes b/python-pyzmq.changes index 2489a0f..2f97057 100644 --- a/python-pyzmq.changes +++ b/python-pyzmq.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 9 11:44:45 UTC 2022 - Pedro Monreal + +- Fix build with OpenSSL 3.0 [bsc#1205042] + * Temporarily disable test_on_recv_basic + ------------------------------------------------------------------- Sun Sep 25 20:35:28 UTC 2022 - Arun Persaud diff --git a/python-pyzmq.spec b/python-pyzmq.spec index 3d15053..6950485 100644 --- a/python-pyzmq.spec +++ b/python-pyzmq.spec @@ -120,6 +120,8 @@ SKIPPED_TESTS+=" or test_log" # tries to open a network connection on older distributions SKIPPED_TESTS+=" or test_null or test_int_sockopts" %endif +# temporarily disable to build with OpenSSL 3.0 bsc#1205042 +SKIPPED_TESTS+=" or test_on_recv_basic" mkdir cleantest pushd cleantest %pytest_arch --pyargs zmq -k "not (${SKIPPED_TESTS:4})" --timeout 1200