Skip to content

Commit

Permalink
Pin importlib-metadata < 5 for Python 3.7.
Browse files Browse the repository at this point in the history
Flake8 3.x uses a deprecated interface that was removed in
`importlib-metadata` 5 (python/importlib_metadata#406).
  • Loading branch information
linabutler committed Jun 28, 2023
1 parent f2046ea commit 83738b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Requirements needed for running tests and such. Broken off into a separate
# file so Make can notice if they change and re-run pip install.
flake8==3.8.4
flake8==3.9.2
importlib-metadata>=1.1.0,<5;python_version<'3.8'
flake8-quotes==3.2.0
pytest==5.1.2
wheel==0.34.2

0 comments on commit 83738b9

Please sign in to comment.