Skip to content

Commit

Permalink
tests: python 3.10 is showing up in cloudimages
Browse files Browse the repository at this point in the history
  • Loading branch information
blackboxsw committed Mar 31, 2022
1 parent d8f39d7 commit f2a03f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/modules/test_combined.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def _check_common_metadata(self, data):
assert v1_data["distro"] == image_spec.os
assert v1_data["distro_release"] == image_spec.release
assert v1_data["machine"] == "x86_64"
assert re.match(r"3.\d\.\d", v1_data["python_version"])
assert re.match(r"3.\d+\.\d+", v1_data["python_version"])

@pytest.mark.lxd_container
def test_instance_json_lxd(self, class_client: IntegrationInstance):
Expand Down

0 comments on commit f2a03f7

Please sign in to comment.