Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-requests for openSUSE:Factory
checked in at 2021-07-10 22:53:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-requests (Old)
and /work/SRC/openSUSE:Factory/.python-requests.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-requests"
Sat Jul 10 22:53:52 2021 rev:70 rq:903344 version:2.25.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-requests/python-requests.changes
2021-02-15 23:13:21.919132790 +0100
+++
/work/SRC/openSUSE:Factory/.python-requests.new.2625/python-requests.changes
2021-07-10 22:54:01.851976943 +0200
@@ -1,0 +2,5 @@
+Thu Jul 1 06:28:57 UTC 2021 - Steve Kowalik <[email protected]>
+
+- Skip test_pyopenssl_redirect due to gh#psf/requests#5846
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-requests.spec ++++++
--- /var/tmp/diff_new_pack.QIy8W4/_old 2021-07-10 22:54:02.391972776 +0200
+++ /var/tmp/diff_new_pack.QIy8W4/_new 2021-07-10 22:54:02.391972776 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package python-requests
+# spec file
#
# Copyright (c) 2021 SUSE LLC
#
@@ -118,7 +118,7 @@
touch Pipfile
# exclude tests connecting to TARPIT
# exclude test_https_warnings as is flaky
-%python_exec -m pytest -v tests -k "not (TestTimeout or connect or
test_https_warnings)"
+%python_exec -m pytest -v tests -k "not (TestTimeout or connect or
test_https_warnings or test_pyopenssl_redirect)"
%endif
%if !%{with test}