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:
parent
fa06e42acc
commit
4aea7f1e31
@ -6,5 +6,5 @@ mox==0.5.3
|
|||||||
nose
|
nose
|
||||||
nosexcover
|
nosexcover
|
||||||
openstack.nose_plugin
|
openstack.nose_plugin
|
||||||
pep8==0.6.1
|
pep8==1.0.1
|
||||||
sphinx>=1.1.2
|
sphinx>=1.1.2
|
||||||
|
2
tox.ini
2
tox.ini
@ -11,7 +11,7 @@ commands = /bin/bash run_tests.sh -N -P
|
|||||||
downloadcache = ~/cache/pip
|
downloadcache = ~/cache/pip
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
deps = pep8
|
deps = pep8==1.0.1
|
||||||
commands = /bin/bash run_tests.sh -N --pep8
|
commands = /bin/bash run_tests.sh -N --pep8
|
||||||
|
|
||||||
[testenv:coverage]
|
[testenv:coverage]
|
||||||
|
Loading…
Reference in New Issue
Block a user