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
This commit is contained in:
Markéta Machová 2024-05-23 11:40:10 +00:00 committed by Git OBS Bridge
parent 1cf19d1178
commit 9568e0e18e
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu May 23 09:37:54 UTC 2024 - Markéta Machová <mmachova@suse.com>
- 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 <fvogt@suse.com>

View File

@ -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}