From: Monty Taylor Date: Thu, 2 May 2013 14:33:59 +0000 (-0400) Subject: Update flake8 pinned versions. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=061efc3eccb972fc080630161eb9f357b90f7e40;p=openstack-build%2Fneutron-build.git Update flake8 pinned versions. We've learned this lesson the hard way in the past... Change-Id: I02c75853234c16f3666185998202431cc7a4f2eb --- diff --git a/tools/test-requires b/tools/test-requires index 706f878d6..f69abb042 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -1,11 +1,15 @@ +# Install bounded pep8/pyflakes first, then let flake8 install +pep8==1.4.5 +pyflakes==0.7.2 +flake8==2.0 +hacking>=0.5.3,<0.6 + Babel>=0.9.6 cliff coverage>=3.6 discover distribute>=0.6.24 fixtures>=0.3.12 -flake8 -hacking mock>=1.0b1 mox==0.5.3 nose