Disable test_minimize_constrained

The test started failing on ELN without any direct changes to scipy
This commit is contained in:
Pavel Simovec 2024-05-09 10:45:12 +02:00
parent 1b14aae342
commit 340c10eb79

View File

@ -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