Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-httpretty for
openSUSE:Factory checked in at 2023-05-19 11:55:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-httpretty (Old)
and /work/SRC/openSUSE:Factory/.python-httpretty.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-httpretty"
Fri May 19 11:55:24 2023 rev:24 rq:1087345 version:1.1.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-httpretty/python-httpretty.changes
2023-03-31 21:14:13.126092796 +0200
+++
/work/SRC/openSUSE:Factory/.python-httpretty.new.1533/python-httpretty.changes
2023-05-19 11:55:55.795403407 +0200
@@ -1,0 +2,5 @@
+Tue May 16 07:35:42 UTC 2023 - Dirk Müller <[email protected]>
+
+- skip failing testsuite tests after requests update
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-httpretty.spec ++++++
--- /var/tmp/diff_new_pack.P0iUYN/_old 2023-05-19 11:55:56.323406426 +0200
+++ /var/tmp/diff_new_pack.P0iUYN/_new 2023-05-19 11:55:56.327406449 +0200
@@ -45,6 +45,7 @@
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module sure}
BuildRequires: %{python_module tornado}
+BuildRequires: %{python_module urllib3 with %python-urllib3 < 2}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -71,7 +72,7 @@
# 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"
+donttest="$donttest or test_httpretty_should_allow_forcing_headers_urllib2 or
test_httpretty_should_allow_registering_regexes_with_streaming_responses"
%pytest -k "not (${donttest})"
%files %{python_files}