Skip to content

Commit eb2e02d

Browse files
committed
Fix passenv for tox 4 (#14578)
Fixes #14522
1 parent d6a4603 commit eb2e02d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tox.ini

+5-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ isolated_build = true
1313

1414
[testenv]
1515
description = run the test driver with {basepython}
16-
passenv = PYTEST_XDIST_WORKER_COUNT PROGRAMDATA PROGRAMFILES(X86) PYTEST_ADDOPTS
16+
passenv =
17+
PYTEST_XDIST_WORKER_COUNT
18+
PROGRAMDATA
19+
PROGRAMFILES(X86)
20+
PYTEST_ADDOPTS
1721
deps = -rtest-requirements.txt
1822
commands = python -m pytest {posargs}
1923

0 commit comments

Comments
 (0)