From 3a89bda71b158df01fcb6266a1a2c4aa4de2b546 Mon Sep 17 00:00:00 2001 From: Felipe Reyes Date: Wed, 21 Feb 2024 15:47:33 -0300 Subject: [PATCH] Pin netaddr<1.0.0 netaddr>=1.0.0 has incompatible changes, see https://netaddr.readthedocs.io/en/latest/changes.html#release-1-0-0 The symptom detected at the gate is: TypeError: inet_pton() argument 2 must be str, not MagicMock More details at https://review.opendev.org/c/openstack/charm-nova-cloud-controller/+/909613 --- constraints/constraints-2024.1.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/constraints/constraints-2024.1.txt b/constraints/constraints-2024.1.txt index 794742a..2349a51 100644 --- a/constraints/constraints-2024.1.txt +++ b/constraints/constraints-2024.1.txt @@ -7,3 +7,7 @@ # * zaza-openstack-tests # juju>=3.1.0,<3.2.0 + +# netaddr>=1.0.0 has incompatible changes, see +# https://netaddr.readthedocs.io/en/latest/changes.html#release-1-0-0 +netaddr<1.0.0