From e6655cf66d003bc4bb592dee80857174a14e3f47 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 30 Jun 2015 17:58:53 +0200 Subject: [PATCH] tox: Add requirements.io filter for logilab-common. pylint is broken with logilab-common=1.0.0 currently: https://bitbucket.org/logilab/pylint/issue/575/support-for-logilabcommon-100 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f1cde0293..97df34e92 100644 --- a/tox.ini +++ b/tox.ini @@ -68,7 +68,7 @@ deps = astroid==1.3.6 beautifulsoup4==4.3.2 pylint==1.4.3 - logilab-common==0.63.2 + logilab-common==0.63.2 # rq.filter: <1.0.0 six==1.9.0 commands = {envpython} scripts/link_pyqt.py --tox {envdir}