]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Remove hardcoded version for pep8 from tools/test-requires
authorDan Wendlandt <dan@nicira.com>
Wed, 6 Jun 2012 19:41:13 +0000 (12:41 -0700)
committerDan Wendlandt <dan@nicira.com>
Wed, 6 Jun 2012 19:41:13 +0000 (12:41 -0700)
In email discussions we decided that the master branch should always
pull in the lastest version of the pep8 tool, which keeps us closest
to the real pep-8 document.  Therefore, I'm removing the hardcoded
version here to match the lack of a pep8 version in tox.ini (which is
what the CI infrastructure uses when running the gating pep8 checks).

Note that your pep8 version will only update when you re-run
pip install --upgrade -r tools/test-requires .

Change-Id: I242cb042cff5f5969aa50d40312f87979191c7b7

tools/test-requires

index 8426f998d5f26b659a6e2787ba762440fb08774d..29b44f9015aa39e75b025900275a91edb1fbb898 100644 (file)
@@ -1,12 +1,11 @@
 distribute>=0.6.24
-
 coverage
 mock>=0.7.1
 mox==0.5.3
 nose
 nosexcover
 openstack.nose_plugin
-pep8==0.6.1
+pep8
 sphinx>=1.1.2
 unittest2
 webtest