ledatelescope / bifrost

A stream processing framework for high-throughput applications.
BSD 3-Clause "New" or "Revised" License
64 stars 29 forks source link

Make sure `test_scripts.py` is actually running #208

Closed jaycedowell closed 11 months ago

jaycedowell commented 1 year ago

There have been a few problems in recent days with the scripts in tools and testbench where I thought CI should have found them. Looking into what we do it looks like:

We should look into addressing this. For test_scripts.py it could be related to recent changes in pylint which might be causing a problem. We might also not have pylint installed.

jaycedowell commented 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.