Increase test timeout & disable some i686 tests
Resolves: RHEL-5600
This commit is contained in:
parent
b0a8079992
commit
c4ed44a38a
12
scipy.spec
12
scipy.spec
@ -134,7 +134,7 @@ pathfix.py -pni "%{__python3} %{py3_shbang_opts}" %{buildroot}%{python3_sitearch
|
||||
export FLEXIBLAS=netlib
|
||||
|
||||
# default test timeout
|
||||
TIMEOUT=500
|
||||
TIMEOUT=1000
|
||||
|
||||
%ifarch s390x
|
||||
# skip failing tests on s390x for now
|
||||
@ -155,6 +155,16 @@ export PYTEST_ADDOPTS="-k '\
|
||||
TIMEOUT=1000
|
||||
%endif
|
||||
|
||||
%ifarch i686
|
||||
# skip failing tests on s390x for now
|
||||
export PYTEST_ADDOPTS="-k '\
|
||||
not test_gh12218 and \
|
||||
not TestRBFInterpolatorNeighborsNone and\
|
||||
not TestRBFInterpolatorNeighborsInf and\
|
||||
not test_examples[False-double] and\
|
||||
not test_examples[True-single]'"
|
||||
%endif
|
||||
|
||||
pushd %{buildroot}/%{python3_sitearch}
|
||||
%{pytest} --timeout=${TIMEOUT} scipy
|
||||
# Remove test remnants
|
||||
|
Loading…
Reference in New Issue
Block a user