Skip to content

Commit

Permalink
test: bump pycloudlib to get azure oracular images (#5428)
Browse files Browse the repository at this point in the history
Fix the leading >= versioning comparison which should have listed
the leading epoch 1: version.
  • Loading branch information
blackboxsw committed Jun 21, 2024
1 parent 1d9b22a commit 8fede42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# PyPI requirements for cloud-init integration testing
# https://cloudinit.readthedocs.io/en/latest/topics/integration_tests.html
#
pycloudlib>=6.7.0,<1!7
pycloudlib>=1!6.7.0,<1!8

# Avoid breaking change in `testpaths` treatment forced
# test/unittests/conftest.py to be loaded by our integration-tests tox env
Expand Down

0 comments on commit 8fede42

Please sign in to comment.