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: I0cb59a1c60661efd0fe6f4022dab15c7bb94e932
This commit is contained in:
1
Makefile
1
Makefile
@@ -17,7 +17,6 @@ bin/charm_helpers_sync.py:
|
|||||||
|
|
||||||
sync: 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-hooks.yaml
|
||||||
@$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-tests.yaml
|
|
||||||
|
|
||||||
publish: lint test
|
publish: lint test
|
||||||
bzr push lp:charms/swift-proxy
|
bzr push lp:charms/swift-proxy
|
||||||
|
@@ -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
|
|
Reference in New Issue
Block a user