diff --git a/python-pycurl.changes b/python-pycurl.changes index c75e0bc..213a50b 100644 --- a/python-pycurl.changes +++ b/python-pycurl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 24 09:05:26 UTC 2023 - Daniel Garcia + +- Disable http3 tests if it's not supported + ------------------------------------------------------------------- Mon Jan 2 18:51:53 UTC 2023 - Dirk Müller diff --git a/python-pycurl.spec b/python-pycurl.spec index f69920a..79e40ab 100644 --- a/python-pycurl.spec +++ b/python-pycurl.spec @@ -114,6 +114,9 @@ fi if ! pkg-config --variable=supported_protocols libcurl|grep -qw SCP; then test_flags="$test_flags or ssh" fi +if ! pkg-config --variable=supported_protocols libcurl|grep -qw HTTP3; then + test_flags="$test_flags or http_version_3" +fi # test_getinfo are failing with new bottle %pytest_arch -s -k "not ($test_flags or test_getinfo)" rm -rf %{buildroot}%{_prefix}/lib/debug %{buildroot}%{_libdir}/python*