From: Dan Wendlandt Date: Wed, 6 Jun 2012 19:41:13 +0000 (-0700) Subject: Remove hardcoded version for pep8 from tools/test-requires X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=88deb9f4eb1bfa8d0e1543d53c598e09f4e5cfd8;p=openstack-build%2Fneutron-build.git 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 --- 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