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.
This commit is contained in:
Florian Bruhin 2015-08-03 10:38:42 +02:00
parent c0941ab19b
commit 030678602a

View File

@ -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