Skip to content

Commit

Permalink
Fix passenv for tox 4 (#14578)
Browse files Browse the repository at this point in the history
Fixes #14522
  • Loading branch information
hauntsaninja committed Feb 1, 2023
1 parent 6b9de5c commit 7a50c05
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ isolated_build = true

[testenv]
description = run the test driver with {basepython}
passenv = PYTEST_XDIST_WORKER_COUNT PROGRAMDATA PROGRAMFILES(X86) PYTEST_ADDOPTS
passenv =
PYTEST_XDIST_WORKER_COUNT
PROGRAMDATA
PROGRAMFILES(X86)
PYTEST_ADDOPTS
deps = -rtest-requirements.txt
commands = python -m pytest {posargs}

Expand Down

0 comments on commit 7a50c05

Please sign in to comment.