Disable test_minimize_constrained
The test started failing on ELN without any direct changes to scipy
This commit is contained in:
parent
1b14aae342
commit
340c10eb79
@ -253,8 +253,10 @@ not test_distance_transform_cdt05'"
|
||||
|
||||
%ifarch x86_64
|
||||
%if 0%{?rhel}
|
||||
# test_minimize_constrained started failing on ELN without any direct changes to scipy
|
||||
export PYTEST_ADDOPTS="-k '$SKIP_ALL and \
|
||||
not test_gh7799'"
|
||||
not test_gh7799 and \
|
||||
not test_minimize_constrained'"
|
||||
%endif
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user