Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-asttokens for openSUSE:Factory checked in at 2025-05-01 15:22:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-asttokens (Old) and /work/SRC/openSUSE:Factory/.python-asttokens.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-asttokens" Thu May 1 15:22:32 2025 rev:12 rq:1273669 version:3.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-asttokens/python-asttokens.changes 2025-01-17 18:36:58.523969394 +0100 +++ /work/SRC/openSUSE:Factory/.python-asttokens.new.30101/python-asttokens.changes 2025-05-01 15:22:39.385098009 +0200 @@ -1,0 +2,6 @@ +Wed Apr 30 12:07:17 UTC 2025 - Daniel Garcia <daniel.gar...@suse.com> + +- skip test_deep_recursion, it fails in s390x, + gh#gristlabs/asttokens#159 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-asttokens.spec ++++++ --- /var/tmp/diff_new_pack.ZvbNDt/_old 2025-05-01 15:22:39.849117452 +0200 +++ /var/tmp/diff_new_pack.ZvbNDt/_new 2025-05-01 15:22:39.849117452 +0200 @@ -56,7 +56,10 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest -k 'not TestAstroid' +donttest="TestAstroid" +# Fails in s390x gh#gristlabs/asttokens#159 +donttest+=" or test_deep_recursion" +%pytest -k "not ($donttest)" %files %{python_files} %doc README.rst