Skip to content

Commit 231b2c0

Browse files
authored
Disable debug doctests (#1491)
Disable doctest info for Mathics3-Module-trepan. If it is installed, it will go into the debugger and halt testing. This is somewhat temporary until better solutions exist. But we shouldn't allow the possibility of making a test go into a debugger.
1 parent faced8c commit 231b2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mathics/doc/latex/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ BASH ?= /bin/bash
1010
DOCTEST_LATEX_DATA_PCL ?= $(HOME)/.local/var/Mathics3/doctest_latex_data.pcl
1111

1212
# Variable indicating Mathics3 Modules you have available on your system, in latex2doc option format
13-
MATHICS3_MODULE_OPTION ?=--load-module pymathics.trepan,pymathics.graph,pymathics.natlang
13+
MATHICS3_MODULE_OPTION ?=--load-module pymathics.graph,pymathics.natlang
1414

1515
#: Default target: Make everything
1616
all doc texdoc: mathics.pdf

0 commit comments

Comments
 (0)