forked from canonical/ubuntu-pro-client
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tox.ini: bump pyflakes version to 2.2.0
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: canonical#1023
- Loading branch information
1 parent
27524e3
commit 0015626
Showing
2 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |