diff --git a/python-pytest-regressions.changes b/python-pytest-regressions.changes index dc79e99..c101d64 100644 --- a/python-pytest-regressions.changes +++ b/python-pytest-regressions.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 29 09:10:25 UTC 2023 - Markéta Machová + +- Skip test_common_case because of SLE15 i586 precision issue + ------------------------------------------------------------------- Thu May 25 09:34:08 UTC 2023 - Daniel Garcia diff --git a/python-pytest-regressions.spec b/python-pytest-regressions.spec index cf7577e..5b51a74 100644 --- a/python-pytest-regressions.spec +++ b/python-pytest-regressions.spec @@ -69,6 +69,8 @@ Python fixtures to write regression tests. 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_)" # Ignore tests that depends on python-pandas %pytest --ignore tests/test_num_regression.py --ignore tests/test_dataframe_regression.py -k "not ($donttest)"