diff --git a/integration-requirements.txt b/integration-requirements.txt index a34b63e70727..3727021e12ba 100644 --- a/integration-requirements.txt +++ b/integration-requirements.txt @@ -2,7 +2,7 @@ # PyPI requirements for cloud-init integration testing # https://cloudinit.readthedocs.io/en/latest/topics/integration_tests.html # -pycloudlib>=1!6.7.0,<1!8 +pycloudlib>=1!6.7.0,<1!9.3 # Avoid breaking change in `testpaths` treatment forced # test/unittests/conftest.py to be loaded by our integration-tests tox env diff --git a/tests/integration_tests/modules/test_ubuntu_pro.py b/tests/integration_tests/modules/test_ubuntu_pro.py index c9fe6af07573..a283cb00c710 100644 --- a/tests/integration_tests/modules/test_ubuntu_pro.py +++ b/tests/integration_tests/modules/test_ubuntu_pro.py @@ -236,7 +236,7 @@ def maybe_install_cloud_init(session_cloud: IntegrationCloud): @pytest.mark.skipif( - not all([IS_UBUNTU, CURRENT_RELEASE in [BIONIC, FOCAL, JAMMY]]), + not all(CURRENT_RELEASE in [BIONIC, FOCAL, JAMMY, NOBLE]), reason="Test runs on Ubuntu LTS releases only", ) @pytest.mark.skipif(