Hello community,
here is the log from the commit of package python-requests for
openSUSE:Leap:15.2 checked in at 2020-04-28 20:09:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-requests (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-requests.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-requests"
Tue Apr 28 20:09:56 2020 rev:19 rq:798601 version:2.20.1
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-requests/python-requests.changes
2020-01-15 15:52:38.883570553 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-requests.new.2738/python-requests.changes
2020-04-28 20:09:58.180386326 +0200
@@ -1,0 +2,5 @@
+Mon Apr 27 06:47:47 UTC 2020 - Matej Cepl <[email protected]>
+
+- Switch off test_https_warnings test (bsc#1170175)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-requests.spec ++++++
--- /var/tmp/diff_new_pack.Yb9FFo/_old 2020-04-28 20:09:58.536387065 +0200
+++ /var/tmp/diff_new_pack.Yb9FFo/_new 2020-04-28 20:09:58.540387073 +0200
@@ -114,7 +114,7 @@
%check
touch Pipfile
# exclude tests connecting to TARPIT
-%python_exec -m pytest tests -k "not (TestTimeout and connect)"
+%python_exec -m pytest tests -k "not (TestTimeout or connect or
test_https_warnings)"
%endif
%if %{test}