Closed jaycedowell closed 1 year ago
pylint
wasn't installed. Adding that in gives this (expected) deprecation warning:
test_scripts.py:56: DeprecationWarning: 'epylint' will be removed in pylint 3.0, use https://github.com/emacsorphanage/pylint instead.
There have been a few problems in recent days with the scripts in
tools
andtestbench
where I thought CI should have found them. Looking into what we do it looks like:test_scripts.py
might not be running andtestbench
like we did under Jenkins.We should look into addressing this. For
test_scripts.py
it could be related to recent changes inpylint
which might be causing a problem. We might also not havepylint
installed.