diff --git a/Makefile b/Makefile index 24f915c7..f99d0b2d 100644 --- a/Makefile +++ b/Makefile @@ -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/neutron-gateway diff --git a/charm-helpers-tests.yaml b/charm-helpers-tests.yaml deleted file mode 100644 index cabe7b07..00000000 --- a/charm-helpers-tests.yaml +++ /dev/null @@ -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