Skip to content

Commit

Permalink
tox.ini: bump pyflakes version to 2.1.1
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 current Ubuntu development release).
See PyCQA/pyflakes#367 for details.

2.1.1 is the latest version ATM, so bump to that.
  • Loading branch information
OddBloke committed Mar 10, 2020
1 parent 71af48d commit 0185e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ deps = pycodestyle
[testenv:pyflakes]
commands = {envpython} -m pyflakes {posargs:cloudinit/ tests/ tools/}
deps =
pyflakes==1.6.0
pyflakes==2.1.1

[testenv:tip-pyflakes]
commands = {envpython} -m pyflakes {posargs:cloudinit/ tests/ tools/}
Expand Down

0 comments on commit 0185e6d

Please sign in to comment.