Skip to content

Commit 673bfc7

Browse files
stsewdagjohnson
authored andcommitted
Pin astroid to fix linter issue on travis (#3816)
* Pin astroid to fix linter issues * Add comment
1 parent e73b266 commit 673bfc7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements/lint.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
-r pip.txt
22
maxcdn
3-
astroid
3+
# astroid 1.6.2 breaks pylint-django
4+
# https://github.com/PyCQA/pylint-django/issues/117
5+
astroid==1.6.1
46
pylint
57
prospector
68
pylint-django

0 commit comments

Comments
 (0)