a9759b87f0
pkg_resources.RequirementParseError has been introduced in setuptools 16.0. That's the minimal version for running tests. Change-Id: I4ee2d60a48b4b783d65a7516d794c69c86e4c334
13 lines
471 B
Plaintext
13 lines
471 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
# NOTE: These are requirements for testing the requirements project only
|
|
# See global-requirements for the actual requirements list
|
|
hacking<0.11,>=0.10
|
|
packaging>=15.2
|
|
testrepository>=0.0.18
|
|
testscenarios>=0.4
|
|
testtools>=1.4.0
|
|
virtualenv
|
|
setuptools>=16.0
|