Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
CVXOPTBackend: Don't test _test_solve because of #18572
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jun 24, 2016
1 parent e9eb094 commit bc739f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/numerical/backends/cvxopt_backend.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ cdef class CVXOPTBackend(GenericBackend):
General backend testsuite::
sage: p = MixedIntegerLinearProgram(solver="CVXOPT")
sage: TestSuite(p.get_backend()).run(skip="_test_pickling")
sage: TestSuite(p.get_backend()).run(skip=("_test_pickling","_test_solve"))
"""

cdef list objective_function #c_matrix
Expand Down

0 comments on commit bc739f3

Please sign in to comment.