From 63843bafc32e78f92bf34312e30dbaecf96c9dad Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Mon, 27 Jul 2015 18:37:43 -0700 Subject: [PATCH] Manually pinning logilab-common<=0.63.0. This is to make it so that we have continued support of pylint upstream (hopefully they cut a release soon). They mentioned that they'd cut a release around July 17 on the PR that added support for docstring checking. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index daca1ffae297..71f2591e054c 100644 --- a/tox.ini +++ b/tox.ini @@ -55,6 +55,7 @@ commands = deps = pep8 -ehg+https://bitbucket.org/logilab/pylint@33e334be064c#egg=pylint + logilab-common<=0.63.0 # Hack for pylint upstream unittest2 protobuf==3.0.0-alpha-1 passenv = {[testenv:system-tests]passenv}