octavia/test-requirements.txt
Doug Wiegley 37630493f5 Tweak requirements to be compatible with global-requirements
Change-Id: Ife81d109b61d3c24a594e7f6e582e064f161140f
2015-02-16 12:34:40 -07:00

18 lines
441 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>=0.9.1,<0.10
cliff>=1.7.0 # Apache-2.0
coverage>=3.6
discover
fixtures>=0.3.14
mock>=1.0
python-subunit>=0.0.18
ordereddict
oslotest>=1.2.0 # Apache-2.0
testrepository>=0.0.18
testtools>=0.9.36,!=1.2.0
WebTest>=2.0
doc8