14
0
forked from pool/python-pycurl

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
This commit is contained in:
2023-10-12 16:44:01 +00:00
committed by Git OBS Bridge
parent 6d92679e4d
commit 240cef0feb
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 12 16:23:50 UTC 2023 - Ana Guerrero <ana.guerrero@suse.com>
- Skip test_multi_socket_action as well.
-------------------------------------------------------------------
Thu Oct 12 14:09:12 UTC 2023 - Matej Cepl <mcepl@cepl.eu>

View File

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