summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2012-05-24 09:31:16 -0400
committerMark McLoughlin <markmc@redhat.com>2012-06-01 11:15:16 +0100
commit4aea7f1e31faceb3449372e81fce1a1b8bc64863 (patch)
treebde5261a98aaf2dd12558830ada65f566b23dbde
parentfa06e42acc74ada1849079abde8358b9131bc658 (diff)
downloadnova-4aea7f1e31faceb3449372e81fce1a1b8bc64863.tar.gz
Nail pep8 dependencies to 1.0.1.
Nails the pep8 deps for tox and test-requires to 1.0.1. Fixes an issues causing pep8 failures due to a new pep8 release. (cherry picked from commit e3d7d3a) Change-Id: I30be4909f052c29834afbfddba6007045afa519b
-rw-r--r--tools/test-requires2
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/test-requires b/tools/test-requires
index 2395e781a9..d64e5f7eed 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -6,5 +6,5 @@ mox==0.5.3
nose
nosexcover
openstack.nose_plugin
-pep8==0.6.1
+pep8==1.0.1
sphinx>=1.1.2
diff --git a/tox.ini b/tox.ini
index e3438e2872..123558d357 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,7 @@ commands = /bin/bash run_tests.sh -N -P
downloadcache = ~/cache/pip
[testenv:pep8]
-deps = pep8
+deps = pep8==1.0.1
commands = /bin/bash run_tests.sh -N --pep8
[testenv:coverage]