mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-03 11:44:11 +00:00
Spell the test module correctly.
This commit is contained in:
parent
b109850683
commit
933096bdab
4
tox.ini
4
tox.ini
@ -52,7 +52,7 @@ commands =
|
|||||||
setenv =
|
setenv =
|
||||||
PYTHONWARNINGS=default::DeprecationWarning
|
PYTHONWARNINGS=default::DeprecationWarning
|
||||||
commands =
|
commands =
|
||||||
python misc/build_helpers/run-deprecations.py --warnings=_trial_temp/deprecation-warnings.log trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors} {posargs:allmydata.test.test_versions}
|
python misc/build_helpers/run-deprecations.py --warnings=_trial_temp/deprecation-warnings.log trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors} {posargs:allmydata.test.test_version}
|
||||||
|
|
||||||
[testenv:upcoming-deprecations]
|
[testenv:upcoming-deprecations]
|
||||||
setenv =
|
setenv =
|
||||||
@ -62,7 +62,7 @@ deps =
|
|||||||
git+https://github.com/warner/foolscap
|
git+https://github.com/warner/foolscap
|
||||||
commands =
|
commands =
|
||||||
flogtool --version
|
flogtool --version
|
||||||
python misc/build_helpers/run-deprecations.py --warnings=_trial_temp/deprecation-warnings.log trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors} {posargs:allmydata.test.test_versions}
|
python misc/build_helpers/run-deprecations.py --warnings=_trial_temp/deprecation-warnings.log trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors} {posargs:allmydata.test.test_version}
|
||||||
|
|
||||||
[testenv:checkmemory]
|
[testenv:checkmemory]
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
Reference in New Issue
Block a user