Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build-release/continuous integration: increase python version testing coverage #344

Open
dmsimard opened this issue Dec 1, 2021 · 1 comment

Comments

@dmsimard
Copy link
Contributor

dmsimard commented Dec 1, 2021

The github action that exercises build and installation tests currently runs on top of python 3.9: https://github.com/ansible-community/antsibull/blob/main/.github/workflows/antsibull-build.yml

We should increase installation testing coverage to other python versions as well, it would have allowed us to detect that Ansible 5 was not installable under python<3.8.

@felixfontein
Copy link
Collaborator

This means that the testing of the resulting build should run with Python 3.8, but not the build itself. The build and testing have to be split up into different workflows, the test ones depending on the build one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants