From b7998838d3fd324cd12ea898c61e7ab95caa3745 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 29 Dec 2015 14:44:00 +0100 Subject: [PATCH] tox: Update astroid to 1.4.3. * pkg_resources brain tips are a bit more specific, by specifiying proper returns. * Standard library modules are properly detected by is_standard_module. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index dd2444e1f..d644a7c07 100644 --- a/tox.ini +++ b/tox.ini @@ -105,7 +105,7 @@ passenv = deps = {[testenv]deps} {[testenv:misc]deps} - astroid==1.4.2 + astroid==1.4.3 pylint==1.5.2 requests==2.9.0 commands =