Skip to content

Commit 7708187

Browse files
authored
fix: astroid version compatible to be compatible with pylint1.7 (#38)
1 parent 52f2a22 commit 7708187

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

requirements/dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ coverage==4.3.4
22
flake8==3.3.0
33
tox==2.2.1
44
pytest-cov==2.4.0
5+
# astroid > 2.0.4 is not compatible with pylint1.7
6+
astroid>=1.5.8,<2.1.0
57
pylint==1.7.2
68

79
# Test requirements

0 commit comments

Comments
 (0)