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
This commit is contained in:
Dan Prince 2012-05-24 09:31:16 -04:00 committed by Mark McLoughlin
parent fa06e42acc
commit 4aea7f1e31
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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]