##// END OF EJS Templates
.github/workflows/downstream.yml: Use sage-runtests directly, do not use tox
Matthias Koeppe -
Show More
@@ -57,11 +57,11 b' jobs:'
57 57 cd sage
58 58 # We cloned it for the tests, but for simplicity we install the
59 59 # wheels from PyPI.
60 # (Avoid 10.3b5-10.3b6 because of https://github.com/sagemath/sage/pull/37178)
60 # (Avoid 10.3b6 because of https://github.com/sagemath/sage/pull/37178)
61 61 pip install --pre "sagemath-repl<10.3b5"
62 pip install tox
63 62 cd ..
64 - name: tox sagemath-repl
63 - name: Test sagemath-repl
65 64 run: |
66 cd ../sage/pkgs/sagemath-repl
67 tox -v -v --skip-pkg-install --sitepackages -e norequirements
65 cd ../sage/
66 # From https://github.com/sagemath/sage/blob/develop/pkgs/sagemath-repl/tox.ini
67 sage-runtests -p --environment=sage.all__sagemath_repl --baseline-stats-path=pkgs/sagemath-repl/known-test-failures.json --initial --optional=sage src/sage/repl src/sage/doctest src/sage/misc/sage_input.py src/sage/misc/sage_eval.py
General Comments 0
You need to be logged in to leave comments. Login now