Tests dir no longer need copy of charmhelpers

Charmhelpers is now installed via pip for unit tests so stop
'Make sync' from pulling it down.

Change-Id: I88dabb654626570ea2c4f07b0799ef6717e6c0bd
This commit is contained in:
Liam Young 2018-10-10 12:36:37 +00:00
parent 72b7a5b16f
commit d1aa418f13
2 changed files with 0 additions and 8 deletions

View File

@ -23,7 +23,6 @@ bin/git_sync.py:
ch-sync: bin/charm_helpers_sync.py
$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-hooks.yaml
$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-tests.yaml
ceph-sync: bin/git_sync.py
$(PYTHON) bin/git_sync.py -d lib -s https://github.com/openstack/charms.ceph.git

View File

@ -1,7 +0,0 @@
repo: https://github.com/juju/charm-helpers
destination: tests/charmhelpers
include:
- contrib.amulet
- contrib.openstack.amulet
- core
- osplatform