From ff7a9c283967b7d04cd175f3848e940e7230f9ed Mon Sep 17 00:00:00 2001 From: Felipe Reyes Date: Thu, 21 Mar 2024 15:30:37 -0300 Subject: [PATCH] Pin python-libjuju<3.0.0 The OpenStack Charms gate has proven to be unstable when running juju-3.x, this patch pins libjuju again to 2.9.x until the issues get addressed. Depends-On: https://github.com/openstack-charmers/zaza/pull/652 --- constraints/constraints-2024.1.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constraints/constraints-2024.1.txt b/constraints/constraints-2024.1.txt index 2349a5106..9440b98b6 100644 --- a/constraints/constraints-2024.1.txt +++ b/constraints/constraints-2024.1.txt @@ -6,7 +6,7 @@ # version. # * zaza-openstack-tests # -juju>=3.1.0,<3.2.0 +juju>=2.9.0,<3.0.0 # netaddr>=1.0.0 has incompatible changes, see # https://netaddr.readthedocs.io/en/latest/changes.html#release-1-0-0