mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 13:57:51 +00:00
Merge remote-tracking branch 'meejah/codechecks-delete-local.0' into 2941.codechecks-clean
This commit is contained in:
commit
b9e794a5c8
1
newsfragments/2941.bugfix
Normal file
1
newsfragments/2941.bugfix
Normal file
@ -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.
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user