Skip to content

Commit

Permalink
Lock pep8 at v1.1
Browse files Browse the repository at this point in the history
We can't depend on pep8 not to add new rules and break our tests.

Change-Id: Iac5c79f7c00fcaeff3ef957d138754d63425a256
  • Loading branch information
bcwaldon committed May 24, 2012
1 parent d15f216 commit af634ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/test-requires
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ nose
nose-exclude
nosexcover
openstack.nose_plugin
pep8>=1.0
pep8==1.1
sphinx>=1.1.2
unittest2
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ deps = -r{toxinidir}/tools/pip-requires
commands = nosetests

[testenv:pep8]
deps = pep8
deps = pep8==1.1
commands = pep8 --repeat --show-source novaclient setup.py

[testenv:venv]
Expand Down

0 comments on commit af634ab

Please sign in to comment.