From 32aec400c71ff2fd203bd5814d083913e828853ff4e4f8628bf44ebfa21db81c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 4 Oct 2024 14:29:20 +0000 Subject: [PATCH] - Switching off test_multi_ tests, they are just too unrealiable. When running the test cycle in cycle I have never managed to make it pass ten times without this change. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=110 --- python-pycurl.changes | 7 +++++++ python-pycurl.spec | 2 ++ 2 files changed, 9 insertions(+) diff --git a/python-pycurl.changes b/python-pycurl.changes index f7a0a9d..a524b67 100644 --- a/python-pycurl.changes +++ b/python-pycurl.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Oct 4 14:25:56 UTC 2024 - Matej Cepl + +- Switching off test_multi_ tests, they are just too + unrealiable. When running the test cycle in cycle I have never + managed to make it pass ten times without this change. + ------------------------------------------------------------------- Tue Sep 24 10:47:25 UTC 2024 - Daniel Garcia diff --git a/python-pycurl.spec b/python-pycurl.spec index 9b0f1f9..0e79c2c 100644 --- a/python-pycurl.spec +++ b/python-pycurl.spec @@ -127,6 +127,8 @@ dont_test="or test_getinfo " dont_test+="or test_multi_socket_select " # test_multi_socket_action gh#pycurl/pycurl#729 dont_test+="or test_multi_socket_action " +# just get rid of all test_multi tests +dont_test+="or test_multi_ " # test_request_with_verifypeer for gh#pycurl/pycurl#822 dont_test+="or test_request_with_verifypeer " %pytest_arch -s -k "not ($test_flags $dont_test)"