3ced516ec1
Voluptuous is a transitive test requirement and latest breaks on py27 due to enum not being importable. Address this by capping Voluptuous on python27. Change-Id: I4301557247a447d0c0271474fc21cf9c6a1c5c4a
18 lines
537 B
Plaintext
18 lines
537 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.
|
|
|
|
hacking>=2.0.0,<3.0.0
|
|
|
|
coverage>=3.6
|
|
mock>=1.0;python_version=='2.7'
|
|
python-subunit
|
|
sphinx!=1.6.6,!=1.6.7,<2.0.0;python_version=='2.7'
|
|
sphinx!=1.6.6,!=1.6.7,!=2.1.0;python_version>='3.4'
|
|
openstackdocstheme
|
|
oslotest>=1.1.0.0a1
|
|
testrepository>=0.0.18
|
|
testscenarios>=0.4
|
|
testtools>=0.9.34
|
|
voluptuous<0.13.0;python_version=='2.7'
|