Skip to content

Commit 12df3fd

Browse files
authored
Merge pull request #13357 from sbidoul/workaround-setuptools-80
Workaround test failures with setuptools 80
2 parents c440c47 + f124f60 commit 12df3fd

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)