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

Commit

Permalink
build/pkgs/sagemath_linbox/src/tox.ini: Remove runtest
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Jun 29, 2021
1 parent 3b6ea00 commit 528e7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/sagemath_linbox/src/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ commands =
# Test that importing sage.categories.all initializes categories
python -c 'import sys; "" in sys.path and sys.path.remove(""); from sage.categories.all import *; SimplicialComplexes(); FunctionFields()'

bash -c 'cd bin && SAGE_SRC=$(python -c "from sage.env import SAGE_SRC; print(SAGE_SRC)") && sage-runtests --environment=sage.all__sage_linbox --optional=sage $SAGE_SRC/sage/structure'
#bash -c 'cd bin && SAGE_SRC=$(python -c "from sage.env import SAGE_SRC; print(SAGE_SRC)") && sage-runtests --environment=sage.all__sage_linbox --optional=sage $SAGE_SRC/sage/structure'

0 comments on commit 528e7ef

Please sign in to comment.