python312Packages.cvxpy: disable failing tests

This commit is contained in:
Gaetan Lepage
2025-02-07 18:08:05 +01:00
parent c30829cc0c
commit cf53cd618a
@@ -75,6 +75,11 @@ buildPythonPackage rec {
"test_diffcp_sdp_example"
"test_huber"
"test_partial_problem"
# cvxpy.error.SolverError: Solver 'CVXOPT' failed. Try another solver, or solve with verbose=True for more information.
"test_oprelcone_1_m1_k3_complex"
"test_oprelcone_1_m3_k1_complex"
"test_oprelcone_2"
];
pythonImportsCheck = [ "cvxpy" ];