Skip to content

Removing overrides that prevent compile-and-unit-test from operating

David Diederich requested to merge running-compile-step into master

This included adding a placeholder unit test so that pytest didn't complain about no tests to execute.

My main motivation is to allow the compile-and-unit-test logic to run the pip freeze step and collect dependencies. That allows the later job, analyze-python-dependencies to properly detect and process the dependencies, which allows them to be shown in release notes.

Merge request reports