Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-py for openSUSE:Factory 
checked in at 2023-07-27 16:50:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-py (Old)
 and      /work/SRC/openSUSE:Factory/.python-py.new.32662 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-py"

Thu Jul 27 16:50:36 2023 rev:41 rq:1100741 version:1.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-py/python-py.changes      2023-04-25 
16:53:42.974335606 +0200
+++ /work/SRC/openSUSE:Factory/.python-py.new.32662/python-py.changes   
2023-07-27 16:51:00.565882383 +0200
@@ -1,0 +2,8 @@
+Tue Jul 25 14:23:03 UTC 2023 - Markéta Machová <mmach...@suse.com>
+
+- Skip tests failing with pytest 7.4, they don't matter
+  * failure comes from py.core, which has low usage
+  * https://github.com/pytest-dev/py/issues/288
+  * according to that this code is not used in Tumbleweed anyway
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-py.spec ++++++
--- /var/tmp/diff_new_pack.WaOb1Z/_old  2023-07-27 16:51:01.153885705 +0200
+++ /var/tmp/diff_new_pack.WaOb1Z/_new  2023-07-27 16:51:01.161885750 +0200
@@ -85,7 +85,9 @@
 export LANG=en_US.UTF-8
 # In addition to PR 222, there are other tests failing due to changes in 
pytest 5 & 6
 # https://github.com/pytest-dev/py/issues/209
-%pytest -k 'not (test_getdimensions or test_format_excinfo or 
test_excinfo_repr or test_excinfo_str or test_syntaxerror_rerepresentation or 
test_len or test_power or test_comments)'
+# another failing tests with pytest 7.4: 
https://github.com/pytest-dev/pytest/commit/cc23ec91d042ee15145b890aea04e96f6e831101
 
https://github.com/pytest-dev/pytest/commit/0a20452f78a2f5401cf0fc05dad04c8aeee170d7
+# ...but the failure comes from py.core, which was integrated to pytest long 
ago and will probably be dropped soon: 
https://github.com/pytest-dev/py/issues/288
+%pytest -k 'not (test_getdimensions or test_format_excinfo or 
test_excinfo_repr or test_excinfo_str or test_syntaxerror_rerepresentation or 
test_len or test_power or test_comments or test_repr_traceback or 
test_traceback_getcrashentry)'
 %endif
 
 %if !%{with test}

Reply via email to