From 574ed6ef74ffdd52d8f931eb39616202831cf795 Mon Sep 17 00:00:00 2001 From: Liam Young Date: Wed, 10 Oct 2018 12:36:37 +0000 Subject: [PATCH] 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: I5fb93816e9074c1752f23e4eea6f8f0b88ff04c2 --- Makefile | 1 - charm-helpers-tests.yaml | 13 ------------- 2 files changed, 14 deletions(-) delete mode 100644 charm-helpers-tests.yaml 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