Skip to content

Commit 6bfb42c

Browse files
hroncokradoering
authored andcommitted
Require setuptools for tests
setuptools is a transitive requirement of other required packages, but it is used explicitly. When not installed, tests fail with: "ModuleNotFoundError: No module named 'setuptools'" The version limit is quite arbitrary not to deal with very old setuptools.
1 parent 12a0f08 commit 6bfb42c

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

poetry.lock

+18-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ tox = "^3.0"
5151
vendoring = {version = "^1.0", python = "^3.8"}
5252
build = "^0.7.0"
5353
mypy = ">=0.960"
54+
setuptools = ">=60"
5455
types-jsonschema = ">=4.4.4"
5556
types-setuptools = ">=57.4.14"
5657

0 commit comments

Comments
 (0)