Skip to content

Commit 721eacf

Browse files
sylwiaszunejkodkropachev
authored andcommitted
pyproject.toml: Add setuptools to dev group
Python 3.12 removed distutils from the standard library. Some Cython test helpers import pyximport, which still imports distutils through setuptools' compatibility shim during collection. Add setuptools to the dev test dependencies so those tests can collect in cibuildwheel's test environment.
1 parent 4753428 commit 721eacf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ dev = [
4949
"gevent",
5050
"eventlet>=0.33.3",
5151
"cython>=3.2",
52+
"setuptools",
5253
"packaging>=25.0",
5354
"futurist",
5455
"pyyaml",

0 commit comments

Comments
 (0)