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

Commit

Permalink
build/pkgs/sagelib: Add remaining Python dependencies for sage.all
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jun 28, 2020
1 parent 5e577ab commit eaced09
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build/pkgs/sagelib/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ cypari2 # but building bdist_wheel of cypari2 fails with recent pip... ht

psutil
pexpect
pplpy
ipython<=5.8
7 changes: 6 additions & 1 deletion build/pkgs/sagelib/src/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,9 @@ whitelist_externals =

commands =
# Beware of the treacherous non-src layout. "./sage/" shadows the install sage package.
python -c 'import sys; "" in sys.path and sys.path.remove(""); import sage.all'
python -c 'import sys; "" in sys.path and sys.path.remove(""); import sage.all; print(sage.all.__file__)'

# FIXME: The following loads sage-env, which loads the wrong Python.
sage -c 'import sys; print("sys.path =", sys.path); import sage.all; print(sage.all.__file__)'

#sage -t --all

0 comments on commit eaced09

Please sign in to comment.