summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMaru Newby <marun@redhat.com>2013-04-04 04:10:23 +0000
committerMaru Newby <marun@redhat.com>2013-04-04 04:57:52 +0000
commita9e763914d0c160ec54dfec8d0958331153daa23 (patch)
tree88019a41e224edc4048492dd72aae8704c794075 /tools
parent55f2bc05a0029888a1de1b79838d1e3a7aaac34f (diff)
downloadneutron-a9e763914d0c160ec54dfec8d0958331153daa23.tar.gz
Switch to flake8 from pep8.
* flake8 supports more checks than pep8 (e.g. detection of unused imports and variables), and has an extension mechanism. A plugin to support automatic HACKING validation is planned. * See: http://flake8.readthedocs.org/ Change-Id: I8c9314c606802109a4d01908dbc74ecb792ad0ac
Diffstat (limited to 'tools')
-rw-r--r--tools/test-requires2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test-requires b/tools/test-requires
index f7e962b25e..a92a6d26fe 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -4,13 +4,13 @@ coverage>=3.6
discover
distribute>=0.6.24
fixtures>=0.3.12
+flake8
mock>=1.0b1
mox==0.5.3
nose
nosehtmloutput
nosexcover
openstack.nose_plugin
-pep8==1.3.3
python-subunit
sphinx>=1.1.2
testrepository>=0.0.13