forked from pool/python-pycurl
- Skip test_multi_socket_select (gh#pycurl/pycurl#819)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=99
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 12 14:09:12 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Skip test_multi_socket_select (gh#pycurl/pycurl#819)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 23 23:18:42 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
Sun Apr 23 23:18:42 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@@ -120,7 +120,8 @@ if ! pkg-config --variable=supported_protocols libcurl|grep -qw HTTP3; then
|
|||||||
test_flags="$test_flags or http_version_3"
|
test_flags="$test_flags or http_version_3"
|
||||||
fi
|
fi
|
||||||
# test_getinfo are failing with new bottle
|
# test_getinfo are failing with new bottle
|
||||||
%pytest_arch -s -k "not ($test_flags or test_getinfo)"
|
# 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)"
|
||||||
rm -rf %{buildroot}%{_prefix}/lib/debug %{buildroot}%{_libdir}/python*
|
rm -rf %{buildroot}%{_prefix}/lib/debug %{buildroot}%{_libdir}/python*
|
||||||
# test
|
# test
|
||||||
%endif
|
%endif
|
||||||
|
Reference in New Issue
Block a user