Skip to content

Commit 724672a

Browse files
committed
Skip the broken importlib-metadata version
1 parent f6d73be commit 724672a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ include = ['LICENCE']
3434
[tool.poetry.dependencies]
3535
python = ">=3.7.1, <4.0"
3636
pytest = "^5 | ^6 | ^7"
37+
importlib-metadata = "!=4.2.0"
3738

3839
[tool.poetry.dev-dependencies]
3940
autoflake = "*"

0 commit comments

Comments
 (0)