mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-04 12:03:21 +00:00
python311Packages.cvypy: disable racy test
This commit is contained in:
parent
bafcdd43e8
commit
977c1ea0b8
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user