zaqar/tools/test-requires
kgriffs 6ea84355c3 style: Migrate to the new hacking package on pypi
This removes the cloned Nova hacking.py in favor of the new OpenStack
hacking package on pypi. The new hacking module is a flake8 extension,
so running pep8 separately is no longer needed, and has been removed.

Note that some errors are currently being ignored; those will be fixed
in a followup patch.

Implements: blueprint grizzly-debt
Change-Id: I9d34b21d872a872b8c927717367023d3214ff38d
2013-05-06 10:44:21 -04:00

20 lines
208 B
Plaintext

# Packaging
distribute>=0.6.24
# Unit testing
discover
fixtures
mox
python-subunit
testrepository
testtools
# Test runner
nose
nose-exclude
openstack.nose_plugin
# Metrics and style
coverage
flake8
hacking