From e3d7d3a805355340f27b9626f83eda329f358fda Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Thu, 24 May 2012 09:31:16 -0400 Subject: 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. Change-Id: I30be4909f052c29834afbfddba6007045afa519b --- tools/test-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/test-requires b/tools/test-requires index 809db018d..337e6e388 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -6,6 +6,6 @@ mox==0.5.3 nose nosexcover openstack.nose_plugin -pep8>=1.0 +pep8==1.0.1 sphinx>=1.1.2 MySQL-python -- cgit