Skip to content

Commit

Permalink
🔧 MAINTAIN: Pin setuptools<58.0.2
Browse files Browse the repository at this point in the history
The installation of the coverage package fails
(a dependency of pytest-cov),
due to this breaking change: pypa/setuptools#2775
  • Loading branch information
chrisjsewell authored Sep 7, 2021
1 parent 75e7024 commit 43ead56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=40.8.0", "wheel", "fastentrypoints~=0.12"]
requires = ["setuptools>=40.8.0,<58.0.2", "wheel", "fastentrypoints~=0.12"]
build-backend = "setuptools.build_meta"

[tool.pylint.master]
Expand Down

0 comments on commit 43ead56

Please sign in to comment.