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
This commit is contained in:
Joshua Harlow 2014-08-19 11:31:24 -07:00
parent 9dcc50d285
commit b42f60c51c
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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