From e94cfbfd7ecce8907a2d6e049d9f5b9b484030cf 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: I39dd097e962cd307e865808d137a4f99113ce020 --- Makefile | 1 - charm-helpers-tests.yaml | 7 ------- 2 files changed, 8 deletions(-) delete mode 100644 charm-helpers-tests.yaml diff --git a/Makefile b/Makefile index 103afbc1..dcfd21f6 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/glance diff --git a/charm-helpers-tests.yaml b/charm-helpers-tests.yaml deleted file mode 100644 index 3a8c294e..00000000 --- a/charm-helpers-tests.yaml +++ /dev/null @@ -1,7 +0,0 @@ -repo: https://github.com/juju/charm-helpers -destination: tests/charmhelpers -include: - - core - - contrib.amulet - - contrib.openstack.amulet - - osplatform