Skip to content

Commit 06224c9

Browse files
committed
Restrict version of importlib-metadata
1 parent 058ffea commit 06224c9

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

poetry.lock

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ pkginfo = "*"
3030
pytest = "*"
3131
pytest-pspec = "*"
3232
pytest-cov = "*"
33+
# flake8 requires importlib_metadata < 5.0 https://github.com/python/importlib_metadata/issues/406
34+
# This breaks the Github Actions tests
35+
importlib-metadata = "<5.0"
3336

3437
[tool.poetry.plugins."poetry.application.plugin"]
3538
# This must be the same as the package name due to https://github.com/python-poetry/poetry/pull/5412#issuecomment-1089978391
Binary file not shown.

0 commit comments

Comments
 (0)