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

Commit

Permalink
setup_glpk_error_handler: Disable doctest that tests the GLPK error r…
Browse files Browse the repository at this point in the history
…ecovery patch
  • Loading branch information
mkoeppe committed Jun 9, 2020
1 parent 83629f5 commit 066b1e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sage/libs/glpk/error.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ def setup_glpk_error_handler():
TESTS::
sage: cython('''
sage: cython( # optional - glpk_error_recovery_patch
.... '''
....: # distutils: libraries = glpk z gmp
....: from cysignals.signals cimport sig_on, sig_off
....: from sage.libs.glpk.env cimport glp_term_out
Expand Down

0 comments on commit 066b1e8

Please sign in to comment.