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

tests: python 3.10 is showing up in cloudimages #1364

Merged
merged 1 commit into from
Mar 31, 2022

Conversation

blackboxsw
Copy link
Collaborator

Additional Context

Fixes failures like:

>       assert re.match(r"3.\d\.\d", v1_data["python_version"])
E       AssertionError: assert None
E        +  where None = <function match at 0x7f1206b7bc80>('3.\\d\\.\\d', '3.10.3')

https://jenkins.ubuntu.com/server/view/cloud-init/job/cloud-init-integration-jammy-gce/2/testReport/tests.integration_tests.modules.test_combined/TestCombined/test_instance_json_gce/

Test Steps

Checklist:

  • My code follows the process laid out in the documentation
  • I have updated or added any unit tests accordingly
  • I have updated or added any documentation accordingly

Copy link
Member

@TheRealFalcon TheRealFalcon left a comment

Choose a reason for hiding this comment

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

nit: might as well throw a plus on the last digit too, right?

@blackboxsw blackboxsw force-pushed the tests-python-3.10-jammy branch from ac8c83c to f2a03f7 Compare March 31, 2022 21:39
@blackboxsw blackboxsw merged commit e57ad17 into canonical:main Mar 31, 2022
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

Successfully merging this pull request may close these issues.

2 participants