From 88deb9f4eb1bfa8d0e1543d53c598e09f4e5cfd8 Mon Sep 17 00:00:00 2001 From: Dan Wendlandt Date: Wed, 6 Jun 2012 12:41:13 -0700 Subject: [PATCH] Remove hardcoded version for pep8 from tools/test-requires In email discussions we decided that the master branch should always pull in the lastest version of the pep8 tool, which keeps us closest to the real pep-8 document. Therefore, I'm removing the hardcoded version here to match the lack of a pep8 version in tox.ini (which is what the CI infrastructure uses when running the gating pep8 checks). Note that your pep8 version will only update when you re-run pip install --upgrade -r tools/test-requires . Change-Id: I242cb042cff5f5969aa50d40312f87979191c7b7 --- tools/test-requires | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/test-requires b/tools/test-requires index 8426f998d..29b44f901 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -1,12 +1,11 @@ distribute>=0.6.24 - coverage mock>=0.7.1 mox==0.5.3 nose nosexcover openstack.nose_plugin -pep8==0.6.1 +pep8 sphinx>=1.1.2 unittest2 webtest -- 2.45.2