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
This commit is contained in:
Liam Young 2020-06-25 13:08:58 +00:00
parent 4b6680f1f5
commit e8d9bc86bf
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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}