forked from pool/python-pycurl
- 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
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 4 14:25:56 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- 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 <daniel.garcia@suse.com>
|
Tue Sep 24 10:47:25 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@@ -127,6 +127,8 @@ dont_test="or test_getinfo "
|
|||||||
dont_test+="or test_multi_socket_select "
|
dont_test+="or test_multi_socket_select "
|
||||||
# test_multi_socket_action gh#pycurl/pycurl#729
|
# test_multi_socket_action gh#pycurl/pycurl#729
|
||||||
dont_test+="or test_multi_socket_action "
|
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
|
# test_request_with_verifypeer for gh#pycurl/pycurl#822
|
||||||
dont_test+="or test_request_with_verifypeer "
|
dont_test+="or test_request_with_verifypeer "
|
||||||
%pytest_arch -s -k "not ($test_flags $dont_test)"
|
%pytest_arch -s -k "not ($test_flags $dont_test)"
|
||||||
|
Reference in New Issue
Block a user