Accepting request 1089543 from home:mcalabkova:branches:devel:languages:python
- Skip test_common_case because of SLE15 i586 precision issue OBS-URL: https://build.opensuse.org/request/show/1089543 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-regressions?expand=0&rev=9
This commit is contained in:
parent
08937f4021
commit
2c11e7d504
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 29 09:10:25 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Skip test_common_case because of SLE15 i586 precision issue
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 25 09:34:08 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
|
@ -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)"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user