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: I5c36a30d3b965eaf86c9e22982e23deed84afc68
This commit is contained in:
Liam Young 2018-10-10 12:36:37 +00:00
parent 81598e4d94
commit fc094ffada
2 changed files with 0 additions and 14 deletions

View File

@ -19,7 +19,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/nova-compute

View File

@ -1,13 +0,0 @@
repo: https://github.com/juju/charm-helpers
destination: tests/charmhelpers
include:
- fetch
- core
- contrib.amulet
- contrib.openstack.amulet
- contrib.openstack.utils
- contrib.openstack.exceptions
- contrib.network.ip
- contrib.storage|inc=*
- contrib.python|inc=*
- osplatform