From e8d9bc86bff6355b6abb6914e0a821f0c1635b1d Mon Sep 17 00:00:00 2001 From: Liam Young Date: Thu, 25 Jun 2020 13:08:58 +0000 Subject: [PATCH] CH Sync for rabbit relation bug fix Charmhelper sync to pick up the fix to the AMQP context. Charms tox.ini was failing to permit TEST_* to be passed to tests causing the proxy to be missed. Change-Id: I5bbfcfd67af1c8bf619ae8376abf0efd06687901 Closes-Bug: #1796886 --- rebuild | 2 +- src/tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rebuild b/rebuild index b3b61c3..5efa0bd 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 -91f70b28-a4d0-11ea-9d63-83540f4cb10d +88648d6c-b6df-11ea-aa46-d750d869fb58 diff --git a/src/tox.ini b/src/tox.ini index 00c1134..af0ab21 100644 --- a/src/tox.ini +++ b/src/tox.ini @@ -10,7 +10,7 @@ skip_missing_interpreters = False setenv = VIRTUAL_ENV={envdir} PYTHONHASHSEED=0 whitelist_externals = juju -passenv = HOME TERM CS_API_* OS_* +passenv = HOME TERM CS_API_* OS_* TEST_* deps = -r{toxinidir}/test-requirements.txt install_command = pip install {opts} {packages}