From b42f60c51c9cc3ddf9ce7b296461a4fd80cbe5f0 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Tue, 19 Aug 2014 11:31:24 -0700 Subject: [PATCH] Stop ceilometer and trove inclusion of test-requires Currently both of these projects have test-requires that are incorrect, broken, and just don't make sense, so to bypass pip downloading there test-requirements as part of the prepare process we will just turn that inclusion off. Change-Id: I24c8c73b3901c519d7297cbcb890c94ae4419e72 --- conf/origins/icehouse-git.yaml | 2 ++ conf/origins/icehouse.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/conf/origins/icehouse-git.yaml b/conf/origins/icehouse-git.yaml index ad9803ff..eab77a92 100644 --- a/conf/origins/icehouse-git.yaml +++ b/conf/origins/icehouse-git.yaml @@ -1,6 +1,7 @@ ceilometer: repo: git://github.com/openstack/ceilometer.git branch: stable/icehouse + use_tests_requires: False ceilometer-client: repo: git://github.com/openstack/python-ceilometerclient.git tag: 1.0.9 @@ -67,6 +68,7 @@ trove-client: trove: repo: git://github.com/openstack/trove.git branch: stable/icehouse + use_tests_requires: False oslo-messaging: repo: git://github.com/openstack/oslo.messaging.git tag: 1.3.0 diff --git a/conf/origins/icehouse.yaml b/conf/origins/icehouse.yaml index bdc8fdbe..77a32b1a 100644 --- a/conf/origins/icehouse.yaml +++ b/conf/origins/icehouse.yaml @@ -1,6 +1,7 @@ ceilometer: repo: git://github.com/openstack/ceilometer.git tag: 2014.1 + use_tests_requires: False ceilometer-client: repo: git://github.com/openstack/python-ceilometerclient.git tag: 1.0.9 @@ -67,6 +68,7 @@ trove-client: trove: repo: git://github.com/openstack/trove.git tag: 2014.1 + use_tests_requires: False oslo-messaging: repo: git://github.com/openstack/oslo.messaging.git tag: 1.3.0