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: Ifedc6cccc4ec26a18b5dfea932a5ef0f2d678edf
This commit is contained in:
Liam Young 2018-10-10 12:36:36 +00:00
parent 82d28d25eb
commit 715baa3f92
2 changed files with 0 additions and 8 deletions

View File

@ -18,7 +18,6 @@ bin/charm_helpers_sync.py:
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
publish: lint test
@bzr push lp:charms/ceilometer-agent

View File

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