Juju Charm - Vault plugin for Barbican
Go to file
Corey Bryant 2f5e746461 Pin tox to < 4.0.0
Tox 4.0.0 was recently released and it has several breaking changes.
We pin to < 4.0.0 here. We are planning to move forward only on the
master charm branches.

Tox is also pinned to < 4.0.0 for stable branches in upstream
openstack-zuul-jobs as well as in zosci-config. However, the
requires= section in the charm's tox.ini file ends up installing
tox>4, wiping out the zuul-pinned tox<4 that was already installed
installed. This patch fixes that.

Related-Bug: #2002788
Change-Id: I1e123636195ef434e53b0b3902637e3207d16ccd
2023-01-13 15:02:20 -05:00
src Updates for stable branch creation 2022-04-19 08:25:40 +00:00
unit_tests Use unittest.mock instead of mock 2021-12-15 11:10:19 +00:00
.gitignore Initial commit of charm skeleton 2018-10-11 11:31:52 +02:00
.gitreview Updates for stable branch creation 2022-04-19 08:25:40 +00:00
.stestr.conf Add barbican-vault charm code and unit tests 2018-10-17 16:52:15 +02:00
.travis.yml Retrieve secret-id from vault using one-shot token 2018-10-19 14:42:38 +02:00
.zuul.yaml Updates to enable jammy and finalise charmcraft builds 2022-04-04 15:48:45 +01:00
LICENSE Initial commit of charm skeleton 2018-10-11 11:31:52 +02:00
build-requirements.txt Update to build using charmcraft 2022-02-01 18:42:59 +00:00
charmcraft.yaml Updates to enable jammy and finalise charmcraft builds 2022-04-04 15:48:45 +01:00
metadata.yaml Update to build using charmcraft 2022-02-01 18:42:59 +00:00
osci.yaml Updates to enable jammy and finalise charmcraft builds 2022-04-04 15:48:45 +01:00
pip.sh Add xena bundles 2021-09-21 14:01:03 +01:00
rebuild Add xena bundles 2021-09-21 14:01:03 +01:00
rename.sh Update to build using charmcraft 2022-02-01 18:42:59 +00:00
requirements.txt Updates to enable jammy and finalise charmcraft builds 2022-04-04 15:48:45 +01:00
test-requirements.txt Updates for stable branch creation 2022-04-19 08:25:40 +00:00
tox.ini Pin tox to < 4.0.0 2023-01-13 15:02:20 -05:00