6ea84355c3
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
20 lines
208 B
Plaintext
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 |