deb-oslotest/test-requirements.txt
Doug Hellmann d6e988f7de Differentiate runtime and test requirements
Move some of the requirements needed to use this library from
test-requirements.txt to requirements.txt.

Change-Id: I11267503a2483031ab266ca947bb33cae0b22094
2014-01-30 17:27:54 -08:00

16 lines
290 B
Plaintext

hacking>=0.8.0,<0.9
discover
python-subunit
testrepository>=0.0.17
testscenarios>=0.4
# when we can require tox>= 1.4, this can go into tox.ini:
# [testenv:cover]
# deps = {[testenv]deps} coverage
coverage>=3.6
# this is required for the docs build jobs
sphinx>=1.1.2,<1.2
oslo.sphinx