From bcff183f9a14d255b778a4b8af5869f85bf171b2 Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Mon, 4 Jun 2012 09:01:39 -0700 Subject: [PATCH] Set pep8 dependency at v1.2 Additionally, remove the pep8 dep override in tox.ini so the dep we set in tools/test-requires is actually used Change-Id: Iceb6d7a5dd8eceeebc1408e8a5edfabb48462d3e --- tools/test-requires | 2 +- tox.ini | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/test-requires b/tools/test-requires index d8b6afb..4255405 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -5,5 +5,5 @@ nose nose-exclude nosexcover openstack.nose_plugin -pep8==0.6.1 +pep8==1.2 sphinx>=1.1.2 diff --git a/tox.ini b/tox.ini index e618c83..c094428 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,6 @@ deps = -r{toxinidir}/tools/pip-requires commands = nosetests [testenv:pep8] -deps = pep8 commands = pep8 --repeat --show-source glanceclient setup.py [testenv:venv]