mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-10 22:43:52 +00:00
Merge pull request #614 from tpltnt/some-circle-ci-fixes
circle-ci fixes
This commit is contained in:
commit
b55034853c
1
newsfragments/3043.other
Normal file
1
newsfragments/3043.other
Normal file
@ -0,0 +1 @@
|
|||||||
|
Whitelisted "/bin/mv" as command for codechecks performed by tox. This fixes a current warning and prevents future errors (for tox 4).
|
2
tox.ini
2
tox.ini
@ -67,6 +67,8 @@ commands =
|
|||||||
coverage xml
|
coverage xml
|
||||||
|
|
||||||
[testenv:codechecks]
|
[testenv:codechecks]
|
||||||
|
whitelist_externals =
|
||||||
|
/bin/mv
|
||||||
commands =
|
commands =
|
||||||
pyflakes src static misc setup.py
|
pyflakes src static misc setup.py
|
||||||
python misc/coding_tools/check-umids.py src
|
python misc/coding_tools/check-umids.py src
|
||||||
|
Loading…
x
Reference in New Issue
Block a user