From bf41afc16dee0fbc37d5d109b94ff8879a4c9694 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 2 Nov 2012 20:19:53 +0100 Subject: [PATCH] Fix type in test-requires. ==. Not =. Change-Id: Ia68e2ef65743eeb60b1ce3fbba01394f9499c71c --- tools/test-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-requires b/tools/test-requires index c9580d656d..c1a784fc3a 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -6,6 +6,6 @@ mox nose nosexcover openstack.nose_plugin -pep8=1.3.3 +pep8==1.3.3 pylint webtest