From 87c2b075f55f931d306db007eb9a3b69ca86a768 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: I5ca6aaf1db17ef6d6a1d89aacabd92b88e730e11 --- 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 8c92978..158f74c 100644 --- a/Makefile +++ b/Makefile @@ -19,4 +19,3 @@ bin/charm_helpers_sync.py: sync: bin/charm_helpers_sync.py @$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-sync.yaml - @$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-tests.yaml diff --git a/charm-helpers-tests.yaml b/charm-helpers-tests.yaml deleted file mode 100644 index f64f0dd..0000000 --- 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