Merge pull request #614 from tpltnt/some-circle-ci-fixes

circle-ci fixes
This commit is contained in:
meejah 2019-05-25 23:32:07 +00:00 committed by GitHub
commit b55034853c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

1
newsfragments/3043.other Normal file
View 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).

View File

@ -67,6 +67,8 @@ commands =
coverage xml
[testenv:codechecks]
whitelist_externals =
/bin/mv
commands =
pyflakes src static misc setup.py
python misc/coding_tools/check-umids.py src