ec48837647
Previous tox configuration didn't run any of hacking or flake8 checks. This commit enables both. Here are details: * Added hacking to test-requirements. It'll manage it's own dependencies - pep8, pyflakes, and flake8 * Enabled flake8 * Disabled a bunch of hacking and flake rules. They should be fixed in next dependend patches * Removed unused test dependency - pysendfiles Change-Id: I8dcbd4da6d0ced7e9f6a5a760020cbefa62657e9
18 lines
271 B
Plaintext
18 lines
271 B
Plaintext
hacking>=0.8.0,<0.9
|
|
|
|
unittest2
|
|
coverage>=3.6
|
|
fixtures>=0.3.14
|
|
mox>=0.5.3
|
|
nose
|
|
nose-exclude
|
|
openstack.nose_plugin>=0.7
|
|
nosehtmloutput>=0.0.3
|
|
sphinx>=1.1.2,<1.2
|
|
requests>=1.1
|
|
testtools>=0.9.32
|
|
mock>=1.0
|
|
|
|
# Optional packages that should be installed when testing
|
|
xattr>=0.4
|