Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b9de5c commit 7a50c05Copy full SHA for 7a50c05
1 file changed
tox.ini
@@ -13,7 +13,11 @@ isolated_build = true
13
14
[testenv]
15
description = run the test driver with {basepython}
16
-passenv = PYTEST_XDIST_WORKER_COUNT PROGRAMDATA PROGRAMFILES(X86) PYTEST_ADDOPTS
+passenv =
17
+ PYTEST_XDIST_WORKER_COUNT
18
+ PROGRAMDATA
19
+ PROGRAMFILES(X86)
20
+ PYTEST_ADDOPTS
21
deps = -rtest-requirements.txt
22
commands = python -m pytest {posargs}
23
0 commit comments