Skip to content

Commit

Permalink
TOX_TESTENV_* doesn't work anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jun 10, 2023
1 parent fc8dc23 commit da27d8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:

env:
FORCE_COLOR: "1" # Make tools pretty.
TOX_TESTENV_PASSENV: FORCE_COLOR
PIP_DISABLE_PIP_VERSION_CHECK: "1"
PIP_NO_PYTHON_VERSION_WARNING: "1"
# Use oldest version used in doctests / examples.
Expand Down
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ commands =
[testenv]
extras = tests
commands = pytest {posargs:-n auto}
passenv = SETUPTOOLS_SCM_PRETEND_VERSION
passenv =
SETUPTOOLS_SCM_PRETEND_VERSION
FORCE_COLOR
NO_COLOR


[testenv:py3{7,10,11}]
Expand Down

0 comments on commit da27d8f

Please sign in to comment.