rally/test-requirements.txt
Boris Pavlovic 01b8ee1029 Fix test-requirements.txt
Force subunit version to <=0.0.13

There is some bug in new version of subuntit (0.0.14)
https://bugs.launchpad.net/subunit/+bug/1216163
So we should use older version to be able to test
2013-08-24 13:53:19 +04:00

16 lines
253 B
Plaintext

# Install bounded pep8/pyflakes first, then let flake8 install
pep8==1.4.5
pyflakes==0.7.2
flake8==2.0
hacking>=0.6,<0.8
coverage
discover
fixtures>=0.3.12
jsonschema
mock>=1.0
mox>=0.5.3
python-subunit<=0.0.13
testrepository>=0.0.13
testtools>=0.9.22