From ec1476da2ee00cda6f547d90862d94b451b0f8df Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 30 Jun 2015 20:50:12 +0200 Subject: [PATCH] tox: Update pylint and logilab-common. pylint changelog: - Support for logilab-common 1.0.0 logilab-common changelog: - remove unused/deprecated modules: cli, contexts, corbautils, dbf, pyro_ext, xmlrpcutils. __pkginfo__ is no longer installed. - major layout change - use setuptools exclusively - 'logilab' is now a proper namespace package - modutils: basic support for namespace packages - registry: ambiguous selects now raise a specific exception - testlib: better support for non-pytest launchers - testlib: Tags() now work with py3k --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 97df34e92..6b1aebabc 100644 --- a/tox.ini +++ b/tox.ini @@ -67,8 +67,8 @@ deps = -r{toxinidir}/requirements.txt astroid==1.3.6 beautifulsoup4==4.3.2 - pylint==1.4.3 - logilab-common==0.63.2 # rq.filter: <1.0.0 + pylint==1.4.4 + logilab-common==1.0.0 six==1.9.0 commands = {envpython} scripts/link_pyqt.py --tox {envdir}