designate/test-requirements.txt
Kiall Mac Innes ea765d52ef Switch to Flake8 and add Hacking checks
Change-Id: I44a235e22677031262025152b869ea7d82ee266a
2013-06-09 14:52:19 +01:00

19 lines
291 B
Plaintext

# Packages needed for dev testing
distribute>=0.6.24
# Install bounded pep8/pyflakes first, then let flake8 install
pep8==1.4.5
pyflakes==0.7.2
flake8==2.0
hacking>=0.5.3,<0.6
coverage>=3.6
nosexcover
nose
openstack.nose_plugin>=0.7
nosehtmloutput>=0.0.3
unittest2
mox>=0.5.3
mock>=0.8.0