From 240cef0febf90c23fa38e5a4313a5c246208175a3c8492876847c066b40054de Mon Sep 17 00:00:00 2001 From: Ana Guerrero Date: Thu, 12 Oct 2023 16:44:01 +0000 Subject: [PATCH] Accepting request 1117496 from home:anag:Factory - Skip test_multi_socket_action as well. OBS-URL: https://build.opensuse.org/request/show/1117496 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=100 --- python-pycurl.changes | 5 +++++ python-pycurl.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-pycurl.changes b/python-pycurl.changes index 4eca9f7..ba2fef3 100644 --- a/python-pycurl.changes +++ b/python-pycurl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 12 16:23:50 UTC 2023 - Ana Guerrero + +- Skip test_multi_socket_action as well. + ------------------------------------------------------------------- Thu Oct 12 14:09:12 UTC 2023 - Matej Cepl diff --git a/python-pycurl.spec b/python-pycurl.spec index ac31429..89c924f 100644 --- a/python-pycurl.spec +++ b/python-pycurl.spec @@ -121,7 +121,7 @@ if ! pkg-config --variable=supported_protocols libcurl|grep -qw HTTP3; then fi # test_getinfo are failing with new bottle # test_multi_socket_select fails with new curl gh#pycurl/pycurl#819 -%pytest_arch -s -k "not ($test_flags or test_getinfo or test_multi_socket_select)" +%pytest_arch -s -k "not ($test_flags or test_getinfo or test_multi_socket_select or test_multi_socket_action)" rm -rf %{buildroot}%{_prefix}/lib/debug %{buildroot}%{_libdir}/python* # test %endif