summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2012-05-24 09:31:16 -0400
committerDan Prince <dprince@redhat.com>2012-05-24 09:42:50 -0400
commite3d7d3a805355340f27b9626f83eda329f358fda (patch)
tree07cf5b9d4a18bb4916cc7f7d7d62a4e6b55a4729
parentbae7d8a1e8af0c0303862420ad552c05b955ccff (diff)
downloadnova-e3d7d3a805355340f27b9626f83eda329f358fda.tar.gz
nova-e3d7d3a805355340f27b9626f83eda329f358fda.tar.xz
nova-e3d7d3a805355340f27b9626f83eda329f358fda.zip
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. 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 809db018d..337e6e388 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -6,6 +6,6 @@ mox==0.5.3
nose
nosexcover
openstack.nose_plugin
-pep8>=1.0
+pep8==1.0.1
sphinx>=1.1.2
MySQL-python
diff --git a/tox.ini b/tox.ini
index fb50f57b2..7108fb529 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,7 +12,7 @@ sitepackages = True
downloadcache = ~/cache/pip
[testenv:pep8]
-deps = pep8
+deps = pep8==1.0.1
commands = /bin/bash run_tests.sh -N --pep8
[testenv:coverage]