##// END OF EJS Templates
stop tesing sage for now
M Bussonnier -
Show More
@@ -53,19 +53,21 b' jobs:'
53 pytest
53 pytest
54 - name: Install sagemath-repl
54 - name: Install sagemath-repl
55 run: |
55 run: |
56 cd ..
56 # Sept 2024, sage has been failing for a while,
57 git clone --depth 1 https://github.com/sagemath/sage
57 # Skipping.
58 cd sage
58 # cd ..
59 # We cloned it for the tests, but for simplicity we install the
59 # git clone --depth 1 https://github.com/sagemath/sage
60 # wheels from PyPI.
60 # cd sage
61 # (Avoid 10.3b6 because of https://github.com/sagemath/sage/pull/37178)
61 # # We cloned it for the tests, but for simplicity we install the
62 pip install --pre sagemath-repl sagemath-environment
62 # # wheels from PyPI.
63 # Install optionals that make more tests pass
63 # # (Avoid 10.3b6 because of https://github.com/sagemath/sage/pull/37178)
64 pip install pillow
64 # pip install --pre sagemath-repl sagemath-environment
65 pip install --pre sagemath-categories
65 # # Install optionals that make more tests pass
66 cd ..
66 # pip install pillow
67 # pip install --pre sagemath-categories
68 # cd ..
67 - name: Test sagemath-repl
69 - name: Test sagemath-repl
68 run: |
70 run: |
69 cd ../sage/
71 # cd ../sage/
70 # From https://github.com/sagemath/sage/blob/develop/pkgs/sagemath-repl/tox.ini
72 # # From https://github.com/sagemath/sage/blob/develop/pkgs/sagemath-repl/tox.ini
71 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
73 # 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