mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Coverage on windows chokes with the tox env var COVERAGE_PROCESS_START
This commit is contained in:
parent
1c62e2750e
commit
3a21afa73d
1 changed files with 0 additions and 3 deletions
3
tox.ini
3
tox.ini
|
@ -30,11 +30,8 @@ commands = pytest --rootdir {toxinidir} --log-file={toxinidir}/artifacts/logs/ru
|
|||
|
||||
[testenv:runtests-coverage]
|
||||
# Add tests/support/coverage to PYTHONPATH in order to get code coverage from subprocesses.
|
||||
# Additional, set the COVERAGE_PROCESS_START environment variable so that the coverage library
|
||||
# knows it's supposed to track subprocesses.
|
||||
setenv =
|
||||
PYTHONPATH={toxinidir}/tests/support/coverage
|
||||
COVERAGE_PROCESS_START={toxinidir}/.coveragerc
|
||||
commands_pre =
|
||||
- coverage erase
|
||||
commands =
|
||||
|
|
Loading…
Add table
Reference in a new issue