diff --git a/python-httpretty.changes b/python-httpretty.changes index dbe5378..85bc563 100644 --- a/python-httpretty.changes +++ b/python-httpretty.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 21 14:46:01 UTC 2025 - Guillaume GARDET + +- Skip test_httpretty_provides_easy_access_to_querystrings as it is + flaky on OBS workers + ------------------------------------------------------------------- Thu May 23 09:37:54 UTC 2024 - Markéta Machová diff --git a/python-httpretty.spec b/python-httpretty.spec index 9433e90..c2b47a1 100644 --- a/python-httpretty.spec +++ b/python-httpretty.spec @@ -85,7 +85,7 @@ export EVENTLET_NO_GREENDNS=yes # needs internet connection to httpbin.org 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" +donttest="$donttest or test_httpretty_should_allow_forcing_headers_urllib2 or test_httpretty_should_allow_registering_regexes_with_streaming_responses or test_httpretty_provides_easy_access_to_querystrings" # gh#gabrielfalcao/HTTPretty#457 donttest="$donttest or test_httpretty_should_handle_paths_starting_with_two_slashes" %pytest -k "not (${donttest})"