Skip to content

Commit f124f60

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 f124f60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/requirements-common_wheels.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
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+
# We pin setuptools<80 because our test suite currently
9+
# depends on setup.py develop to generate egg-link files.
10+
setuptools >= 40.8.0, != 60.6.0, <80
911
wheel
1012
# As required by pytest-cov.
1113
coverage >= 4.4

0 commit comments

Comments
 (0)