Skip to content

Commit 5906a5d

Browse files
authored
Fix setuptools CI issue (#9400)
Co-authored-by: hauntsaninja <>
1 parent 13ae58f commit 5906a5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
python-version: ${{ matrix.python }}
4343
architecture: ${{ matrix.arch }}
4444
- name: install tox
45-
run: pip install --upgrade setuptools 'virtualenv<20' tox==3.9.0
45+
run: pip install --upgrade 'setuptools<50' 'virtualenv<20' tox==3.9.0
4646
- name: setup tox environment
4747
run: tox -e ${{ matrix.toxenv }} --notest
4848
- name: test

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ pytest-cov>=2.10.0,<3.0.0
1212
typing>=3.5.2; python_version < '3.5'
1313
py>=1.5.2
1414
virtualenv<20
15-
setuptools
15+
setuptools<50
1616
importlib-metadata==0.20

0 commit comments

Comments
 (0)