python311Packages.cvypy: disable racy test

This commit is contained in:
Martin Weinelt 2023-09-23 19:35:34 +02:00
parent bafcdd43e8
commit 977c1ea0b8

View File

@ -67,6 +67,8 @@ buildPythonPackage rec {
"test_diffcp_sdp_example"
"test_huber"
"test_partial_problem"
# https://github.com/cvxpy/cvxpy/issues/2174
"test_scipy_mi_time_limit_reached"
] ++ lib.optionals stdenv.isAarch64 [
"test_ecos_bb_mi_lp_2" # https://github.com/cvxpy/cvxpy/issues/1241#issuecomment-780912155
];