Skip to content

Commit

Permalink
Merge pull request #1764 from atugushev/fix-tox-passenv
Browse files Browse the repository at this point in the history
Fix passenv for tox v4
  • Loading branch information
webknjaz authored Dec 11, 2022
2 parents 2531b9f + 8c53e78 commit f54db0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ commands_pre =
piplatest: python -m pip install -U pip
pip --version
commands = pytest {posargs}
passenv = CI GITHUB_ACTIONS
passenv =
CI
GITHUB_ACTIONS
pip_pre=True

[testenv:checkqa]
Expand Down

0 comments on commit f54db0e

Please sign in to comment.