tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python311Packages.cvypy: disable racy test
Martin Weinelt
2 years ago
977c1ea0
bafcdd43
+2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
cvxpy
default.nix
+2
pkgs/development/python-modules/cvxpy/default.nix
reviewed
···
67
67
"test_diffcp_sdp_example"
68
68
"test_huber"
69
69
"test_partial_problem"
70
70
+
# https://github.com/cvxpy/cvxpy/issues/2174
71
71
+
"test_scipy_mi_time_limit_reached"
70
72
] ++ lib.optionals stdenv.isAarch64 [
71
73
"test_ecos_bb_mi_lp_2" # https://github.com/cvxpy/cvxpy/issues/1241#issuecomment-780912155
72
74
];