Skip to content

Move flake8 checking to build stage

Frank Winklmeier requested to merge fwinkl/athena:flake8_unit into master

Remove the separate flake8 unit test of the python directory and instead use the dedicated feature of atlas_install_python_modules.

Some of these tests were only checking new-style configuration, but that's already the default, so no separate test is needed.

Merge request reports