Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-cheroot for openSUSE:Factory 
checked in at 2022-04-05 19:54:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cheroot (Old)
 and      /work/SRC/openSUSE:Factory/.python-cheroot.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cheroot"

Tue Apr  5 19:54:53 2022 rev:19 rq:966733 version:8.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cheroot/python-cheroot.changes    
2022-01-23 16:25:50.872528564 +0100
+++ /work/SRC/openSUSE:Factory/.python-cheroot.new.1900/python-cheroot.changes  
2022-04-05 19:54:53.930604577 +0200
@@ -1,0 +2,5 @@
+Sat Apr  2 11:22:09 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Skip a test causing errors in pytest 7 -- gh#cherrypy/cheroot#502
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-cheroot.spec ++++++
--- /var/tmp/diff_new_pack.izg8iC/_old  2022-04-05 19:54:55.598585981 +0200
+++ /var/tmp/diff_new_pack.izg8iC/_new  2022-04-05 19:54:55.602585936 +0200
@@ -112,7 +112,10 @@
 %python_expand pytest_opts+=" --ignore  
%{buildroot}%{$python_sitelib}/cheroot/test/test_wsgi.py"
 %endif
 # test_tls_client_auth[...-False-localhost-builtin] fails ocassionally on 
server-side OBS
-%pytest --pyargs cheroot $pytest_opts -k "not (test_tls_client_auth and 
False-localhost-builtin)"
+donttest="(test_tls_client_auth and False-localhost-builtin)"
+# https://github.com/cherrypy/cheroot/issues/502
+donttest="$donttest or test_high_number_of_file_descriptors"
+%pytest --pyargs cheroot $pytest_opts -k "not ($donttest)"
 popd
 
 %pre

Reply via email to