From 38b10ee0460fa17b9123cff70b0f86a9cbf56ac62e44198c4375fdba49833999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 22 Jan 2025 09:11:32 +0000 Subject: [PATCH] Accepting request 1239318 from home:Guillaume_G:branches:devel:languages:python - Skip test_httpretty_provides_easy_access_to_querystrings as it is flaky on OBS workers OBS-URL: https://build.opensuse.org/request/show/1239318 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpretty?expand=0&rev=68 --- python-httpretty.changes | 6 ++++++ python-httpretty.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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})"