Use new flake8 for Python 3.8 compatibility
With the current flake8, which depends on pyflakes<1.7.0,>=1.5.0,
linting fails with:
AttributeError: 'FlakesChecker' object has no attribute 'CONSTANT'
The issue is fixed in pyflakes 2.1.0 [1]. Let's just use the latest
flake8.
[1] 7c74ab0ddc
This commit is contained in:
parent
f1ebe8d946
commit
61698f955e
@ -3,7 +3,7 @@ mock
|
|||||||
nose
|
nose
|
||||||
sure==1.4.11
|
sure==1.4.11
|
||||||
coverage
|
coverage
|
||||||
flake8==3.5.0
|
flake8==3.7.8
|
||||||
freezegun
|
freezegun
|
||||||
flask
|
flask
|
||||||
boto>=2.45.0
|
boto>=2.45.0
|
||||||
|
Loading…
Reference in New Issue
Block a user