diff --git a/python-httpretty.changes b/python-httpretty.changes index 3aee024..dbe5378 100644 --- a/python-httpretty.changes +++ b/python-httpretty.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 23 09:37:54 UTC 2024 - Markéta Machová + +- Skip test failing with requests 2.32.X + * suprisingly not with the CVE, but with gh#psf/requests#6644 + ------------------------------------------------------------------- Fri Mar 22 07:33:35 UTC 2024 - Fabian Vogt diff --git a/python-httpretty.spec b/python-httpretty.spec index 04d75e9..9433e90 100644 --- a/python-httpretty.spec +++ b/python-httpretty.spec @@ -86,6 +86,8 @@ export EVENTLET_NO_GREENDNS=yes donttest="test_http_passthrough or test_https_passthrough" # flaky (too slow) on obs donttest="$donttest or test_httpretty_should_allow_forcing_headers_urllib2 or test_httpretty_should_allow_registering_regexes_with_streaming_responses" +# gh#gabrielfalcao/HTTPretty#457 +donttest="$donttest or test_httpretty_should_handle_paths_starting_with_two_slashes" %pytest -k "not (${donttest})" %files %{python_files}