Skip to content

Commit

Permalink
Fix flake tests on python3.7 (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
msullivan committed Oct 6, 2022
1 parent e24bb53 commit 583e1cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
'pycodestyle~=2.6.0',
'pyflakes~=2.2.0',
'flake8-bugbear~=21.4.3',
# importlib-metadata pinned because flake 3.8.1 will grab a too new one
'importlib-metadata<4.3,>=1.1.0; python_version < "3.8"',
'flake8~=3.8.1',
'uvloop>=0.15.1; platform_system != "Windows" and python_version >= "3.7"',
]
Expand Down

0 comments on commit 583e1cb

Please sign in to comment.