From 9568e0e18ec189f5edfb32ce0d54f8fb1b2f7b47f89d378044856670891eca1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 23 May 2024 11:40:10 +0000 Subject: [PATCH] Accepting request 1176173 from home:mcalabkova:branches:devel:languages:python - Skip test failing with requests 2.32.X * suprisingly not with the CVE, but with gh#psf/requests#6644 OBS-URL: https://build.opensuse.org/request/show/1176173 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpretty?expand=0&rev=66 --- python-httpretty.changes | 6 ++++++ python-httpretty.spec | 2 ++ 2 files changed, 8 insertions(+) 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}