Skip to content

Commit

Permalink
Merge branch 'pkgs_tox_4' into t/32601/modularization_of_sagelib__bre…
Browse files Browse the repository at this point in the history
…ak_out_a_separate_package_sagemath_standard_no_symbolics
  • Loading branch information
Matthias Koeppe committed Feb 27, 2023
2 parents 8ba037d + b48a24c commit 6b4e093
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pkgs/sagemath-categories/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ envlist =
requires =
# Auto-provision a modern tox.
# [pkgenv] added in 4.2 - https://tox.wiki/en/latest/upgrading.html#packaging-configuration-and-inheritance
tox>=4.8
tox>=4.2

[pkgenv]
# Environment in which to build the sdist.
Expand Down Expand Up @@ -65,7 +65,7 @@ commands =
[testenv:.tox]
# Allow access to PyPI for auto-provisioning a suitable tox version
passenv =
setenv =
setenv = PIP_NO_INDEX=false

[testenv:.pkg-sagepython]
# Environment in which to build the sdist.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/sagemath-environment/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ commands =
[testenv:.tox]
# Allow access to PyPI for auto-provisioning a suitable tox version
passenv =
setenv =
setenv = PIP_NO_INDEX=false

[testenv:.pkg-sagepython]
# Environment in which to build the sdist.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/sagemath-objects/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ commands =
[testenv:.tox]
# Allow access to PyPI for auto-provisioning a suitable tox version
passenv =
setenv =
setenv = PIP_NO_INDEX=false

[testenv:.pkg-sagepython]
# Environment in which to build the sdist.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/sagemath-repl/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ commands =
[testenv:.tox]
# Allow access to PyPI for auto-provisioning a suitable tox version
passenv =
setenv =
setenv = PIP_NO_INDEX=false

[testenv:.pkg-sagepython]
# Environment in which to build the sdist.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/sagemath-standard/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ commands =
[testenv:.tox]
# Allow access to PyPI for auto-provisioning a suitable tox version
passenv =
setenv =
setenv = PIP_NO_INDEX=false

[testenv:.pkg-sagepython]
# Environment in which to build the sdist.
Expand Down

0 comments on commit 6b4e093

Please sign in to comment.