We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b16ea commit 0e73fecCopy full SHA for 0e73fec
setup.py
@@ -29,11 +29,7 @@
29
30
# Minimal dependencies required to test asyncpg.
31
TEST_DEPENDENCIES = [
32
- # pycodestyle is a dependency of flake8, but it must be frozen because
33
- # their combination breaks too often
34
- # (example breakage: https://gitlab.com/pycqa/flake8/issues/427)
35
- 'pycodestyle~=2.7.0',
36
- 'flake8~=3.9.2',
+ 'flake8~=5.0.4',
37
'uvloop>=0.15.3; platform_system != "Windows" and python_version >= "3.7"',
38
]
39
0 commit comments