- Skip test_different_data_types because of s390x architecture issue.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-regressions?expand=0&rev=10
This commit is contained in:
parent
2c11e7d504
commit
341fa220d8
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 30 12:07:58 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Skip test_different_data_types because of s390x architecture issue.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 29 09:10:25 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
|
@ -71,6 +71,8 @@ donttest="test_image_regression"
|
||||
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)"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user