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: I3247596d72b394d2d65b44a03c323cc71d727bc5
This commit is contained in:
1
Makefile
1
Makefile
@@ -19,6 +19,5 @@ 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
|
||||
|
||||
all: test lint
|
||||
|
@@ -1,7 +0,0 @@
|
||||
repo: https://github.com/juju/charm-helpers
|
||||
destination: tests/charmhelpers
|
||||
include:
|
||||
- core
|
||||
- contrib.amulet
|
||||
- contrib.openstack.amulet
|
||||
- osplatform
|
Reference in New Issue
Block a user