Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pytest-regressions for openSUSE:Factory checked in at 2023-06-01 17:19:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pytest-regressions (Old) and /work/SRC/openSUSE:Factory/.python-pytest-regressions.new.2531 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-regressions" Thu Jun 1 17:19:05 2023 rev:5 rq:1089802 version:2.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pytest-regressions/python-pytest-regressions.changes 2023-05-26 20:15:10.800157707 +0200 +++ /work/SRC/openSUSE:Factory/.python-pytest-regressions.new.2531/python-pytest-regressions.changes 2023-06-01 17:19:10.406036980 +0200 @@ -1,0 +2,10 @@ +Tue May 30 12:07:58 UTC 2023 - Daniel Garcia <daniel.gar...@suse.com> + +- Skip test_different_data_types because of s390x architecture issue. + +------------------------------------------------------------------- +Mon May 29 09:10:25 UTC 2023 - Markéta Machová <mmach...@suse.com> + +- Skip test_common_case because of SLE15 i586 precision issue + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pytest-regressions.spec ++++++ --- /var/tmp/diff_new_pack.buspqr/_old 2023-06-01 17:19:10.854039636 +0200 +++ /var/tmp/diff_new_pack.buspqr/_new 2023-06-01 17:19:10.862039683 +0200 @@ -69,6 +69,10 @@ donttest="test_image_regression" # Requires python-pandas donttest+=" or test_foo" +# Precision issues on i586 on SLE15 +donttest+=" or (test_common_case and not test_common_case_)" +# Failing test on s390x +donttest+=" or test_different_data_types" # Ignore tests that depends on python-pandas %pytest --ignore tests/test_num_regression.py --ignore tests/test_dataframe_regression.py -k "not ($donttest)"