We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c8f2f commit d65c296Copy full SHA for d65c296
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["setuptools", "wheel"]
+requires = ["setuptools<81.0.0", "wheel"]
3
4
[tool.black]
5
line-length = 79
tox.ini
@@ -13,11 +13,15 @@ setenv =
13
commands =
14
python --version
15
pytest {posargs:}
16
+deps =
17
+ setuptools<81.0.0
18
19
[testenv:py311-cover]
20
21
22
pytest --cov {posargs:}
23
24
25
26
[testenv:lint]
27
@@ -88,5 +92,5 @@ commands =
88
92
# build wheel from sdist
89
93
pip wheel -v --no-deps --no-index --no-build-isolation --wheel-dir {toxinidir}/dist --find-links {toxinidir}/dist deform
90
94
deps =
91
- setuptools
95
96
wheel
0 commit comments