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

Fix version parsing error with Ansible prereleases #2327

Merged
merged 1 commit into from
Sep 25, 2019

Conversation

ssbarnea
Copy link
Member

Avoids failing to run run with prereleases by using a PEP440 compliant
version parser.

Avoids failing to run run with prereleases by using a PEP440 compliant
version parser.

Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
Copy link
Contributor

@decentral1se decentral1se left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What was the bug? Can we test this?

@ssbarnea
Copy link
Member Author

@decentral1se Yeah, master is broken, see #2326 which failed due to this.

@decentral1se decentral1se merged commit 150c496 into ansible:master Sep 25, 2019
@perlun
Copy link
Contributor

perlun commented Sep 25, 2019

(For reference, here is what it looked like in Travis before this change: https://travis-ci.com/ansible/molecule/builds/128917107)

@ssbarnea ssbarnea added the packaging installation, packaging, built containers label Oct 18, 2019
@ssbarnea ssbarnea deleted the fix/version-parsing branch September 7, 2023 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packaging installation, packaging, built containers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants