rally/test-requirements.txt
Boris Pavlovic 2230975732 Move fixtures from test-requirments to requirments
Fixtures are required by oslo.lockutils so we should move them to
requirments.

And could move it back after this patch
https://review.openstack.org/#/c/52612/
Will be merged

Change-Id: I018a603c994cf8573020cca28b77fa5716038d8e
Closes-bug: #1241581
2013-10-18 17:28:28 +04:00

14 lines
225 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
mock>=1.0
mox>=0.5.3
python-subunit<=0.0.13
testrepository>=0.0.13
testtools>=0.9.22