ansible-community / antsibull-build

Tooling for building various things related to ansible
GNU General Public License v3.0
60 stars 31 forks source link

build-release: ensure Python files in the package compile #552

Closed gotmax23 closed 1 year ago

gotmax23 commented 1 year ago

We've had multiple problems with certain collections pushing releases with broken Python files that don't compile. These issues break downstream packages even for users that don't need the broken plugins. This basic smoke test should help us prevent that type of issue.

gotmax23 commented 1 year ago

Thanks!

felixfontein commented 1 year ago

Thanks for adding this huge improvement!