Go directly to trial instead of the ratchet helper

This commit is contained in:
Jean-Paul Calderone 2020-08-14 11:19:01 -04:00
parent 9695e87fbd
commit f7c3c53206
No known key found for this signature in database
GPG Key ID: 86E6F8BAE797C287

View File

@ -49,9 +49,8 @@ commands =
tahoe --version
[testenv:py36]
# On macOS, git inside of ratchet.sh needs $HOME.
passenv = {[testenv]passenv} HOME
commands = {toxinidir}/misc/python3/ratchet.sh
commands =
trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors} {posargs:allmydata.test.python3_tests}
[testenv:integration]
setenv =