Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-trio for openSUSE:Factory checked in at 2021-01-15 19:43:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-trio (Old) and /work/SRC/openSUSE:Factory/.python-trio.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-trio" Fri Jan 15 19:43:25 2021 rev:8 rq:861750 version:0.17.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-trio/python-trio.changes 2020-10-29 09:47:33.168125921 +0100 +++ /work/SRC/openSUSE:Factory/.python-trio.new.28504/python-trio.changes 2021-01-15 19:43:30.517768420 +0100 @@ -1,0 +2,5 @@ +Fri Jan 8 15:30:04 UTC 2021 - Mark??ta Machov?? <mmach...@suse.com> + +- Skip test incompatible with new pytest 6.2 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-trio.spec ++++++ --- /var/tmp/diff_new_pack.PbcqfS/_old 2021-01-15 19:43:30.989769193 +0100 +++ /var/tmp/diff_new_pack.PbcqfS/_new 2021-01-15 19:43:30.989769193 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-trio # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -85,7 +85,8 @@ # pointless for us. # test_SSLStream_generic deadlocks in OBS # test_close_at_bad_time_for_send_all fails on PPC https://github.com/python-trio/trio/issues/1753 -%pytest -k 'not (test_static_tool_sees_all_symbols or test_SSLStream_generic or test_close_at_bad_time_for_send_all)' +# test_fallback_when_no_hook_claims_it is incompatible with pytest 6.2 https://github.com/python-trio/trio/issues/1843 +%pytest -k 'not (test_static_tool_sees_all_symbols or test_SSLStream_generic or test_close_at_bad_time_for_send_all or test_fallback_when_no_hook_claims_it)' %files %{python_files} %doc README.rst