Skip to content

Commit

Permalink
Fix setuptools CI issue (python#9400)
Browse files Browse the repository at this point in the history
Co-authored-by: hauntsaninja <>
  • Loading branch information
hauntsaninja authored Sep 2, 2020
1 parent 13ae58f commit 5906a5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
python-version: ${{ matrix.python }}
architecture: ${{ matrix.arch }}
- name: install tox
run: pip install --upgrade setuptools 'virtualenv<20' tox==3.9.0
run: pip install --upgrade 'setuptools<50' 'virtualenv<20' tox==3.9.0
- name: setup tox environment
run: tox -e ${{ matrix.toxenv }} --notest
- name: test
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pytest-cov>=2.10.0,<3.0.0
typing>=3.5.2; python_version < '3.5'
py>=1.5.2
virtualenv<20
setuptools
setuptools<50
importlib-metadata==0.20

0 comments on commit 5906a5d

Please sign in to comment.