Remove check-interfaces.py for spuriousness

It reports a bunch of problems with non-Tahoe-LAFS code and nothing with
Tahoe-LAFS code and therefore is not very useful.
This commit is contained in:
Jean-Paul Calderone 2018-06-08 14:36:30 -04:00
parent 36539eb11c
commit c9c62fb076

View File

@ -49,9 +49,6 @@ commands =
python misc/coding_tools/check-debugging.py
python misc/coding_tools/find-trailing-spaces.py -r src static misc setup.py
python misc/coding_tools/check-miscaptures.py
# note: check-interfaces.py imports everything, so it must be run
# from a populated virtualenv
python misc/coding_tools/check-interfaces.py
[testenv:deprecations]
setenv =