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_objects/spkg-install: Use toxenv sagepython-noreq…
Browse files Browse the repository at this point in the history
…uirements
  • Loading branch information
Matthias Koeppe committed May 8, 2022
1 parent c0b1804 commit bf0d35a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/pkgs/sagemath_objects/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ wheel=$(cd "$DIST_DIR" && sdh_store_wheel . && echo $wheel)
ls -l "$wheel"

if [ "$SAGE_CHECK" != no ]; then
tox -v -v -v -e sagepython --installpkg "$wheel"
tox -v -v -v -e sagepython-norequirements --installpkg "$wheel"
fi
5 changes: 4 additions & 1 deletion pkgs/sagemath-categories/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@
# pkgs/sagemath-categories/.tox/sagepython/bin/python
#
[tox]
envlist =
sagepython-norequirements

[testenv]
deps = -rrequirements.txt
deps =
!norequirements: -rrequirements.txt

setenv =
# Sage scripts such as sage-runtests like to use $HOME/.sage
Expand Down
5 changes: 4 additions & 1 deletion pkgs/sagemath-objects/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@
# pkgs/sagemath-objects/.tox/sagepython/bin/python
#
[tox]
envlist =
sagepython-norequirements

[testenv]
deps = -rrequirements.txt
deps =
!norequirements: -rrequirements.txt

setenv =
# Sage scripts such as sage-runtests like to use $HOME/.sage
Expand Down

0 comments on commit bf0d35a

Please sign in to comment.