Skip to content

Commit

Permalink
Merge pull request #10866 from pradyunsg/setuptools-ci-hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Feb 1, 2022
2 parents 193259d + ef7e0c3 commit 4a508c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -130,7 +130,7 @@ jobs:
if: matrix.os == 'MacOS'
run: brew install bzr

- run: pip install nox 'virtualenv<20'
- run: pip install nox 'virtualenv<20' 'setuptools != 60.6.0'

# Main check
- name: Run unit tests
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements-common_wheels.txt
Expand Up @@ -5,7 +5,7 @@
# 4. Replacing the `setuptools` entry below with a `file:///...` URL
# (Adjust artifact directory used based on preference and operating system)

setuptools >= 40.8.0
setuptools >= 40.8.0, != 60.6.0
wheel
# As required by pytest-cov.
coverage >= 4.4

0 comments on commit 4a508c2

Please sign in to comment.