Remove duplicate CharmHelpers

Because we have charmhelpers in-tree, adding it via
test-requirements.txt means we have duplicate modules

Change-Id: I7109f96124b3b52fd25a41d3ac60c37e651eb43a
This commit is contained in:
Chris MacNaughton 2019-05-07 17:22:51 +02:00
parent 1c8dcc17b5
commit 694be9e401
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ python-openstackclient>=1.7.0
python-swiftclient>=2.6.0
pika>=0.10.0,<1.0
distro-info
git+https://github.com/juju/charm-helpers.git#egg=charmhelpers
pytz
pyudev # for ceph-* charm unit tests (not mocked?)
git+https://github.com/openstack-charmers/zaza.git@namespace-tests#egg=zaza;python_version>='3.0'