We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 193259d + ef7e0c3 commit 4a508c2Copy full SHA for 4a508c2
.github/workflows/ci.yml
@@ -130,7 +130,7 @@ jobs:
130
if: matrix.os == 'MacOS'
131
run: brew install bzr
132
133
- - run: pip install nox 'virtualenv<20'
+ - run: pip install nox 'virtualenv<20' 'setuptools != 60.6.0'
134
135
# Main check
136
- name: Run unit tests
tests/requirements-common_wheels.txt
@@ -5,7 +5,7 @@
5
# 4. Replacing the `setuptools` entry below with a `file:///...` URL
6
# (Adjust artifact directory used based on preference and operating system)
7
8
-setuptools >= 40.8.0
+setuptools >= 40.8.0, != 60.6.0
9
wheel
10
# As required by pytest-cov.
11
coverage >= 4.4
0 commit comments