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: I5ca6aaf1db17ef6d6a1d89aacabd92b88e730e11
This commit is contained in:
Liam Young 2018-10-10 12:36:37 +00:00
parent 9c8238f6f6
commit 87c2b075f5
2 changed files with 0 additions and 8 deletions

View File

@ -19,4 +19,3 @@ bin/charm_helpers_sync.py:
sync: bin/charm_helpers_sync.py
@$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-sync.yaml
@$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-tests.yaml

View File

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