Always specify a lower bound on packages

testresources was missing a lower bound as well. 0.2.4
is the oldest packaged version that I was able to find.

Change-Id: I3aa6a77bcd1913d35ca66be7940f823933d87879
This commit is contained in:
Dirk Mueller 2013-07-19 16:21:38 +02:00
parent d91e89928b
commit b6573a4ae2

View File

@ -123,7 +123,7 @@ sphinxcontrib-pecanwsme>=0.2
oslo.sphinx oslo.sphinx
swift swift
testrepository>=0.0.17 testrepository>=0.0.17
testresources<0.3 testresources>=0.2.4,<0.3
testscenarios>=0.4,<0.5 testscenarios>=0.4,<0.5
testtools>=0.9.32 testtools>=0.9.32
unittest2 unittest2