Remove duplicate CharmHelpers

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

Change-Id: Ib3b14aa7cf6bcdc75dde9c9130beef2179767c6b
This commit is contained in:
Chris MacNaughton 2019-05-08 12:22:46 +02:00
parent aaf0e6d56d
commit 09bd2289be
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'