Skip to content

Commit

Permalink
tox.ini: bump pyflakes version to 2.2.0 (#1038)
Browse files Browse the repository at this point in the history
pyflakes versions older than 2.1.0 are incompatible with Python 3.8
(which is the Python version in the Focal release).
See PyCQA/pyflakes#367 for details.

2.2.0 is the latest version ATM, so bump to that.

Fixes: #1023
  • Loading branch information
blackboxsw committed Apr 22, 2020
1 parent 9e115d7 commit 2d049f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/constraints-bionic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ attrs==17.4
flake8==3.5.0
py==1.5.2
pycodestyle==2.3.1
pyflakes==2.2.0
pytest==3.3.2
pytest-cov==2.5.1
pyyaml==3.12
1 change: 1 addition & 0 deletions tools/constraints-xenial.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ attrs==15.2
flake8==2.5.4
pep8==1.7.0
py==1.4.31
pyflakes==2.2.0
pytest==2.8.7
pytest-cov==2.2.1
pyyaml==3.11

0 comments on commit 2d049f6

Please sign in to comment.