From dbfcc4e972c66fce4766a2498f254aaadf1956b6 Mon Sep 17 00:00:00 2001 From: Alex Kavanagh Date: Tue, 15 Aug 2023 15:13:22 +0100 Subject: [PATCH] [yoga] Ensure get_requests_for_local_unit doesn't fail on incomplete relation This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix any inadvertant accesses of ['ca'] in the relation data before it is available from vault in the certificates relation. Fix in charmhelpers is in [1]. [1] https://github.com/juju/charm-helpers/pull/827 Closes-Bug: #2028683 Change-Id: I0bc0db7d6ddd0bb4ad1174c7589d4581ca37ee2c --- rebuild | 2 +- tox.ini | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/rebuild b/rebuild index 5fe9185..ca708f9 100644 --- a/rebuild +++ b/rebuild @@ -2,4 +2,4 @@ # when dependencies of the charm change, # but nothing in the charm needs to. # simply change the uuid to something new -53d1cce6-1178-11ec-9722-97d8d41c4f76 +acd26946-3b6e-11ee-aa67-73c682c2795e diff --git a/tox.ini b/tox.ini index 782b398..ff8c050 100644 --- a/tox.ini +++ b/tox.ini @@ -92,7 +92,8 @@ commands = stestr run --slowest {posargs} [testenv:pep8] basepython = python3 deps = flake8==3.9.2 - charm-tools==2.8.3 + PyYAML==6.0.1 + charm-tools==2.8.6 commands = flake8 {posargs} src unit_tests [testenv:func-target]