summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSamuel Merritt <spam@andcheese.org>2012-06-15 12:18:08 -0700
committerSamuel Merritt <spam@andcheese.org>2012-06-15 12:18:08 -0700
commitc82773d3d155ad3df586f2e87d97ed441b385a89 (patch)
tree89a75c3a031a32a83dba518245275176f1d3d4b9 /tools
parent12519ce0266875e6644399a25156c1b8691248ef (diff)
downloadpython-swiftclient-c82773d3d155ad3df586f2e87d97ed441b385a89.tar.gz
Fix pep8 errors w/pep8==1.3.
Also lock down the version of pep8 in tools/test-requires. python-swiftclient had a passing test suite yesterday, but today a new and stricter version of pep8 came out, and the test suite started to fail. Specifying a particular version of pep8 will prevent that. Change-Id: I9092d2225c01b99158229918c86b185cdac9d362
Diffstat (limited to 'tools')
-rw-r--r--tools/test-requires2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test-requires b/tools/test-requires
index 95ca120..135c80e 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -4,6 +4,6 @@ nose
nose-exclude
nosexcover
openstack.nose_plugin
-pep8>=1.0
+pep8==1.3
sphinx>=1.1.2
eventlet