mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
tox: add "upcoming-deprecations" environment
This runs trial against the latest (git) Twisted and Foolscap, to give us an early warning about anything we're currently doing that will become deprecated in their next releases.
This commit is contained in:
parent
c781fc188b
commit
d5e1b21a8a
11
tox.ini
11
tox.ini
@ -20,6 +20,17 @@ setenv =
|
||||
commands =
|
||||
python misc/build_helpers/run-deprecations.py --stderr=_trial_temp/stderr.log trial --rterrors {posargs:allmydata}
|
||||
|
||||
[testenv:upcoming-deprecations]
|
||||
basepython=python2.7
|
||||
passenv = USERPROFILE HOMEDRIVE HOMEPATH
|
||||
setenv =
|
||||
PYTHONWARNINGS=default::DeprecationWarning
|
||||
deps =
|
||||
git+https://github.com/twisted/twisted
|
||||
git+https://github.com/warner/foolscap
|
||||
commands =
|
||||
python misc/build_helpers/run-deprecations.py --stderr=_trial_temp/stderr.log trial --rterrors {posargs:allmydata}
|
||||
|
||||
[testenv:checkmemory]
|
||||
commands =
|
||||
rm -rf _test_memory
|
||||
|
Loading…
Reference in New Issue
Block a user