17f4c09d0a
Blacklist the few hacking warnings that still trigger, those can be fixed in a followup commit. Start Gating on the new tests of Hacking 0.8.x (which are all passing here). Change-Id: I3be1a9a517ec399dd92252a7c705d1a7a6d5e4c2
30 lines
478 B
Plaintext
30 lines
478 B
Plaintext
# Hacking already pins down pep8, pyflakes and flake8
|
|
hacking>=0.8.0,<0.9
|
|
|
|
# For translations processing
|
|
Babel>=1.3
|
|
|
|
# Needed for testing
|
|
coverage>=3.6
|
|
fixtures>=0.3.14
|
|
mox>=0.5.3
|
|
nose
|
|
nose-exclude
|
|
openstack.nose_plugin>=0.7
|
|
mock>=1.0
|
|
nosehtmloutput>=0.0.3
|
|
sphinx>=1.1.2,<1.2
|
|
requests>=1.1
|
|
testtools>=0.9.32
|
|
psutil>=0.6.1,<1.0
|
|
|
|
# Optional packages that should be installed when testing
|
|
MySQL-python
|
|
psycopg2
|
|
pysendfile==2.0.0
|
|
qpid-python
|
|
xattr>=0.4
|
|
|
|
# Documentation
|
|
oslo.sphinx
|