From d1aa418f13208e4d609c4774415929e5a5138e5d 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: I88dabb654626570ea2c4f07b0799ef6717e6c0bd --- 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 7609385a..d80cc0b0 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,6 @@ bin/git_sync.py: ch-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 ceph-sync: bin/git_sync.py $(PYTHON) bin/git_sync.py -d lib -s https://github.com/openstack/charms.ceph.git diff --git a/charm-helpers-tests.yaml b/charm-helpers-tests.yaml deleted file mode 100644 index f64f0dde..00000000 --- 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