From 030678602a3cf63b8536483238597b064f7d92d9 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 3 Aug 2015 10:38:42 +0200 Subject: [PATCH] tox: Update astroid to 1.3.8. Changelog: Filter out YES nodes when creating a temporary class for the with_metaclass hack. Having an YES node in a class bases will lead to a crash with a TypeError when trying to obtain the ancestors of the given class, because .ancestors() will try to iterate each inferred node from the bases, thus will try to iterate over an YES node. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a989e8e79..3895a4aab 100644 --- a/tox.ini +++ b/tox.ini @@ -79,7 +79,7 @@ skip_install = true setenv = PYTHONPATH={toxinidir}/scripts/dev deps = -r{toxinidir}/requirements.txt - astroid==1.3.7 + astroid==1.3.8 beautifulsoup4==4.4.0 pylint==1.4.4 hypothesis==1.9.0