Merge remote-tracking branch 'meejah/codechecks-delete-local.0' into 2941.codechecks-clean
This commit is contained in:
commit
b9e794a5c8
|
@ -0,0 +1 @@
|
||||||
|
"tox -e codechecks" puts back the local file it mv's while doing code-checks
|
4
tox.ini
4
tox.ini
|
@ -98,6 +98,9 @@ commands =
|
||||||
# file. See pyproject.toml for legal <change type> values.
|
# file. See pyproject.toml for legal <change type> values.
|
||||||
python -m towncrier.check
|
python -m towncrier.check
|
||||||
|
|
||||||
|
# put it back
|
||||||
|
mv pyproject.toml towncrier.pyproject.toml
|
||||||
|
|
||||||
[testenv:draftnews]
|
[testenv:draftnews]
|
||||||
passenv = TAHOE_LAFS_* PIP_* SUBUNITREPORTER_* USERPROFILE HOMEDRIVE HOMEPATH
|
passenv = TAHOE_LAFS_* PIP_* SUBUNITREPORTER_* USERPROFILE HOMEDRIVE HOMEPATH
|
||||||
# see comment in [testenv] about "certifi"
|
# see comment in [testenv] about "certifi"
|
||||||
|
@ -123,7 +126,6 @@ commands =
|
||||||
# put it back
|
# put it back
|
||||||
mv pyproject.toml towncrier.pyproject.toml
|
mv pyproject.toml towncrier.pyproject.toml
|
||||||
|
|
||||||
|
|
||||||
[testenv:deprecations]
|
[testenv:deprecations]
|
||||||
setenv =
|
setenv =
|
||||||
PYTHONWARNINGS=default::DeprecationWarning
|
PYTHONWARNINGS=default::DeprecationWarning
|
||||||
|
|
Loading…
Reference in New Issue