HEPCloud / decisionengine_modules

Apache License 2.0
2 stars 19 forks source link

Do not test external dependencies with flake8 #492

Closed vitodb closed 6 months ago

vitodb commented 7 months ago

The entrypoint script we use to run all tests in the container for decisionengine_modules is installing as dependencies decisionengine and GlideinWMS. With this PR we exclude these dependencies from flake8 test. This PR also has an update for an existing test to make it compliant with flake8.