Skip to content

Commit 99dcc23

Browse files
committed
setuptools 80 changed setup.py develop to use PEP 660
This breaks our test suite which expects egg-link files to be created.
1 parent c440c47 commit 99dcc23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/requirements-common_wheels.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# 4. Replacing the `setuptools` entry below with a `file:///...` URL
66
# (Adjust artifact directory used based on preference and operating system)
77

8-
setuptools >= 40.8.0, != 60.6.0
8+
setuptools >= 40.8.0, != 60.6.0, <80
99
wheel
1010
# As required by pytest-cov.
1111
coverage >= 4.4

tests/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pytest-cov
66
pytest-rerunfailures
77
pytest-xdist
88
scripttest
9-
setuptools
9+
setuptools<80
1010
# macOS (darwin) arm64 always uses virtualenv >= 20.0
1111
# for other platforms, it depends on python version
1212
virtualenv < 20.0 ; python_version < '3.10' and (sys_platform != 'darwin' or platform_machine != 'arm64')

0 commit comments

Comments
 (0)