Skip to content

Commit

Permalink
Fix dependencies in test-requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
bansan85 committed Nov 21, 2020
1 parent 245e49c commit 897e461
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Need pylint >= 2.6 to avoid false positive (bad-continuation).
# https://github.com/PyCQA/pylint/issues/289
pylint>=2.6
# For prospector==1.3.0
pylint==2.5.2
flake8
prospector
prospector==1.3.0
pycodestyle
mypy
pytest
pytest-cov
pytest-xdist

# For prospector==1.3.0
astroid==2.4.1

0 comments on commit 897e461

Please sign in to comment.