Skip to content

Commit

Permalink
Prevent problematic versions of astroid and pylint
Browse files Browse the repository at this point in the history
The current versions of astroid and pylint are problematic:
pylint-dev/pylint#3123
  • Loading branch information
sinoroc committed Sep 29, 2019
1 parent dfd9607 commit b18264e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ package =
wheel
zapp
test =
astroid<2.3
pylint<2.4
pytest
pytest-pycodestyle
pytest-pylint
Expand Down

0 comments on commit b18264e

Please sign in to comment.