Skip to content

Commit

Permalink
pin pylint and astroid versions to avoid issue with boto3
Browse files Browse the repository at this point in the history
  • Loading branch information
ITProKyle authored and troyready committed Oct 29, 2019
1 parent 93dcdce commit 841b388
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
5 changes: 4 additions & 1 deletion Pipfile
Expand Up @@ -32,7 +32,10 @@ pydocstyle = "<4.0.0"
pep8-naming = "*"
flake8-docstrings = "*"
flake8 = "*"
pylint = "<=2.3.1"
# pylint and astroid pinned to avoid "Instance of '' has no 'Bucket' member"
# error when using boto3. https://github.com/PyCQA/pylint/issues/3134
pylint = "<2.3.1"
astroid = "<2.2.5"
pyinstaller = "~=3.5"
mock = "~=3.0.5"
pywin32 = {version = "*", os_name = "== 'nt'"} # windows only
Expand Down
17 changes: 9 additions & 8 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 841b388

Please sign in to comment.