14
0
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:
2024-10-04 14:29:20 +00:00
committed by Git OBS Bridge
parent 3ea19cb85b
commit 32aec400c7
2 changed files with 9 additions and 0 deletions

View File

@@ -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)"