From 2a2e4d2e8dd235a71fcfb2ce306b6a7b83f0bf4b Mon Sep 17 00:00:00 2001 From: Garrett Robinson Date: Fri, 20 Mar 2015 14:05:48 -0700 Subject: [PATCH] Pin pylint and astroid to workaround #289 --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 46aca4434..e2190f61d 100755 --- a/setup.py +++ b/setup.py @@ -40,7 +40,9 @@ install_requires = [ ] dev_extras = [ - 'pylint>=1.4.0', # upstream #248 + # Pin astroid==1.3.5, pylint==1.4.2 as a workaround for #289 + 'astroid==1.3.5', + 'pylint==1.4.2', # upstream #248 ] docs_extras = [