Skip to content

Commit

Permalink
tox.ini: pass PYTEST_* env variables (pycontribs#131)
Browse files Browse the repository at this point in the history
Signed-off-by: Arnaud Patard <[email protected]>

Signed-off-by: Arnaud Patard <[email protected]>
  • Loading branch information
apatard authored Aug 23, 2022
1 parent 69d709d commit 7e3817f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ passenv =
# Pass HOME to the test environment as it is required by
# vagrant. Otherwise error happens due to missing HOME env variable.
HOME
PYTEST_*
setenv =
COVERAGE_FILE = {env:COVERAGE_FILE:{toxworkdir}/.coverage.{envname}}
allowlist_externals =
Expand Down

0 comments on commit 7e3817f

Please sign in to comment.