Skip to content

Commit 379b52f

Browse files
authored
Try upgrading tox (#15992)
Fixes #15990
1 parent d6df8e8 commit 379b52f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
python-version: '3.8'
3636
- name: Install tox
37-
run: pip install --upgrade 'setuptools!=50' tox==4.4.4
37+
run: pip install --upgrade 'setuptools!=50' tox==4.11.0
3838
- name: Setup tox environment
3939
run: tox run -e ${{ env.TOXENV }} --notest
4040
- name: Test

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
./misc/build-debug-python.sh $PYTHONVERSION $PYTHONDIR $VENV
134134
source $VENV/bin/activate
135135
- name: Install tox
136-
run: pip install --upgrade 'setuptools!=50' tox==4.4.4
136+
run: pip install --upgrade 'setuptools!=50' tox==4.11.0
137137
- name: Compiled with mypyc
138138
if: ${{ matrix.test_mypyc }}
139139
run: |
@@ -185,7 +185,7 @@ jobs:
185185
default: 3.11.1
186186
command: python -c "import platform; print(f'{platform.architecture()=} {platform.machine()=}');"
187187
- name: Install tox
188-
run: pip install --upgrade 'setuptools!=50' tox==4.4.4
188+
run: pip install --upgrade 'setuptools!=50' tox==4.11.0
189189
- name: Setup tox environment
190190
run: tox run -e py --notest
191191
- name: Test

0 commit comments

Comments
 (0)