Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.18.0
-
None
-
None
Description
Currently the CI uses python tox to run the python linters across all versions of python installed on the current system.
This is overkill: the linters don't need to be re-run in virtual envs multiple times - if there are syntax/linter bugs they'll show up with only one run of the test.
Let's remove the use of tox here and simply invoke the linters directly from Ctest.