diff --git a/Makefile b/Makefile index ab19a712..3a865126 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 test: @echo Starting unit tests... 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