Skip to content

Commit b24f371

Browse files
authored
Disable doctest info for Mathics3-Module-trepan... (#234)
If it is installed it will go into the debugger and halt testing
1 parent 007054b commit b24f371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PYTHON ?= python
1010
PIP ?= pip3
1111
RM ?= rm
1212

13-
MATHICS3_MODULE_OPTION ?= --load-module pymathics.graph,pymathics.natlang,pymathics.trepan
13+
MATHICS3_MODULE_OPTION ?= --load-module pymathics.graph,pymathics.natlang
1414

1515
.PHONY: all build \
1616
check clean \

0 commit comments

Comments
 (0)