1 There is a bug in curl 8.6.0 that causes this test to fail.
2 https://github.com/curl/curl/pull/12981
4 --- pycurl-7.45.3/tests/option_constants_test.py.orig
5 +++ pycurl-7.45.3/tests/option_constants_test.py
8 # Apparently TLSAUTH_TYPE=SRP is an unknown option on appveyor
10 - @util.min_libcurl(7, 52, 0)
11 + @util.min_libcurl(8, 7, 0)
12 @util.only_ssl_backends('openssl', 'gnutls', 'schannel')
13 def test_proxy_tlsauth(self):