Juju Charm - Keystone LDAP backend
Go to file
Hervé Beraud f721b78c22 Use unittest.mock instead of mock
The mock third party library was needed for mock support in py2
runtimes. Since we now only support py36 and later, we can use the
standard lib unittest.mock module instead.

Note that https://github.com/openstack/charms.openstack is used during tests
and he need `mock`, unfortunatelly it doesn't declare `mock` in its
requirements so it retrieve mock from other charm project (cross dependency).
So we depend on charms.openstack first and when
Ib1ed5b598a52375e29e247db9ab4786df5b6d142 will be merged then CI
will pass without errors.

Depends-On: Ib1ed5b598a52375e29e247db9ab4786df5b6d142
Change-Id: I107cabe4608950da02ef2b89e811791ad912cf7e
2021-12-15 09:47:59 +00:00
src Add yoga bundles and release-tool syncs 2021-11-17 13:50:57 -05:00
unit_tests Use unittest.mock instead of mock 2021-12-15 09:47:59 +00:00
.gitignore Mock snap_install_requested in unit tests 2017-10-12 14:49:44 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:40:08 +00:00
.project Initial baseline of charm 2017-01-27 14:31:20 +00:00
.pydevproject Initial baseline of charm 2017-01-27 14:31:20 +00:00
.stestr.conf Mock snap_install_requested in unit tests 2017-10-12 14:49:44 +00:00
.zuul.yaml [ussuri][goal] Updates for python 2.7 drop 2020-02-27 22:23:48 -06:00
LICENSE Initial baseline of charm 2017-01-27 14:31:20 +00:00
osci.yaml Add yoga bundles and release-tool syncs 2021-11-17 13:50:57 -05:00
pip.sh Add xena bundles 2021-09-27 10:59:21 +01:00
rebuild Add xena bundles 2021-09-27 10:59:21 +01:00
requirements.txt Add yoga bundles and release-tool syncs 2021-11-17 13:50:57 -05:00
test-requirements.txt Use unittest.mock instead of mock 2021-12-15 09:47:59 +00:00
tox.ini Add yoga bundles and release-tool syncs 2021-11-17 13:50:57 -05:00