Merge remote-tracking branch 'meejah/codechecks-delete-local.0' into 2941.codechecks-clean

This commit is contained in:
Jean-Paul Calderone 2020-01-09 14:19:46 -05:00
commit b9e794a5c8
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1 @@
"tox -e codechecks" puts back the local file it mv's while doing code-checks

View File

@ -98,6 +98,9 @@ commands =
# file. See pyproject.toml for legal <change type> values.
python -m towncrier.check
# put it back
mv pyproject.toml towncrier.pyproject.toml
[testenv:draftnews]
passenv = TAHOE_LAFS_* PIP_* SUBUNITREPORTER_* USERPROFILE HOMEDRIVE HOMEPATH
# see comment in [testenv] about "certifi"
@ -123,7 +126,6 @@ commands =
# put it back
mv pyproject.toml towncrier.pyproject.toml
[testenv:deprecations]
setenv =
PYTHONWARNINGS=default::DeprecationWarning