Skip to content

tests: fix regex #4329

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

Merged
merged 1 commit into from
Aug 4, 2020
Merged

tests: fix regex #4329

merged 1 commit into from
Aug 4, 2020

Conversation

skshetry
Copy link
Collaborator

@skshetry skshetry commented Aug 4, 2020

Tests had checks for python version number, expecting it to be only
single digits, which was failing for me on 3.6.10 and might fail
in the future with Python 3.10.

I adjusted it to expect minor and patch version to be of multiple digits.

Thank you for the contribution - we'll try to review it as soon as possible. 🙏

Tests had checks for python version number, expecting it to be only
single digits, which was failing for me on 3.6.10 and might fail
in the future with Python 3.10.

I adjusted it to expect minor and patch version to be of multiple digits.
@skshetry skshetry self-assigned this Aug 4, 2020
@skshetry skshetry added the testing Related to the tests and the testing infrastructure label Aug 4, 2020
Copy link
Contributor

@efiop efiop left a comment

Choose a reason for hiding this comment

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

Nice catch!

@skshetry skshetry merged commit 35dd1fd into iterative:master Aug 4, 2020
@skshetry skshetry deleted the fix-version-test branch August 4, 2020 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Related to the tests and the testing infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants