This commit is contained in:
meejah 2022-12-01 23:58:53 -07:00
parent 89b6a008d2
commit 3d831f653b
2 changed files with 1 additions and 3 deletions

View File

@ -86,7 +86,6 @@ commands =
coverage: python -b -m coverage run -m twisted.trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors --reporter=timing} {posargs:{env:TEST_SUITE}}
coverage: coverage combine
coverage: coverage xml
## coverage: coverage report
[testenv:integration]
basepython = python3
@ -99,7 +98,6 @@ commands =
# NOTE: 'run with "py.test --keep-tempdir -s -v integration/" to debug failures'
py.test --timeout=1800 --coverage -s -v {posargs:integration}
coverage combine
## coverage report
[testenv:codechecks]