mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
let 'tahoe -e codechecks' run w/o making local changes
This commit is contained in:
parent
e269d2427b
commit
821e6c3d07
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
@ -68,6 +68,10 @@ 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:deprecations]
|
[testenv:deprecations]
|
||||||
setenv =
|
setenv =
|
||||||
PYTHONWARNINGS=default::DeprecationWarning
|
PYTHONWARNINGS=default::DeprecationWarning
|
||||||
|
Loading…
Reference in New Issue
Block a user