diff --git a/Makefile b/Makefile index be16c40129d648f292a4b3809a06396253a6c88c..5f379eca50f00bdb2d38d285c915416d689f8d58 100644 --- a/Makefile +++ b/Makefile @@ -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/openstack-dashboard diff --git a/charm-helpers-tests.yaml b/charm-helpers-tests.yaml deleted file mode 100644 index f64f0dde9a873ea77c6fa18b3b37bccd23c1ae4c..0000000000000000000000000000000000000000 --- a/charm-helpers-tests.yaml +++ /dev/null @@ -1,7 +0,0 @@ -repo: https://github.com/juju/charm-helpers -destination: tests/charmhelpers -include: - - contrib.amulet - - contrib.openstack.amulet - - core - - osplatform