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 2024-10-14 13:06:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-py (Old) and /work/SRC/openSUSE:Factory/.python-py.new.19354 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-py" Mon Oct 14 13:06:28 2024 rev:43 rq:1207774 version:1.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-py/python-py.changes 2023-09-07 21:12:12.844175085 +0200 +++ /work/SRC/openSUSE:Factory/.python-py.new.19354/python-py.changes 2024-10-14 13:06:33.167055781 +0200 @@ -1,0 +2,5 @@ +Mon Oct 14 05:25:17 UTC 2024 - Steve Kowalik <steven.kowa...@suse.com> + +- Skip a recalcitrant test for Python 3.13's benefit. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-py.spec ++++++ --- /var/tmp/diff_new_pack.yEmT4F/_old 2024-10-14 13:06:33.815082983 +0200 +++ /var/tmp/diff_new_pack.yEmT4F/_new 2024-10-14 13:06:33.815082983 +0200 @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-py # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -97,7 +97,8 @@ # https://github.com/pytest-dev/py/issues/209 # 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)' +# and failing tests with Python 3.13. +%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 or test_capturing_and_logging_fundamentals)' %endif %if !%{with test}