Skip to content

Commit b33373c

Browse files
hauntsaninjakoogoro
authored andcommitted
Try upgrading tox (#15992)
Fixes #15990
1 parent 807bd39 commit b33373c

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
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
python-version: '3.8'
2929
- name: Install tox
30-
run: pip install --upgrade 'setuptools!=50' tox==4.4.4
30+
run: pip install --upgrade 'setuptools!=50' tox==4.11.0
3131
- name: Setup tox environment
3232
run: tox run -e ${{ env.TOXENV }} --notest
3333
- name: Test

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
./misc/build-debug-python.sh $PYTHONVERSION $PYTHONDIR $VENV
131131
source $VENV/bin/activate
132132
- name: Install tox
133-
run: pip install --upgrade 'setuptools!=50' tox==4.4.4
133+
run: pip install --upgrade 'setuptools!=50' tox==4.11.0
134134
- name: Compiled with mypyc
135135
if: ${{ matrix.test_mypyc }}
136136
run: |
@@ -182,7 +182,7 @@ jobs:
182182
default: 3.11.1
183183
command: python -c "import platform; print(f'{platform.architecture()=} {platform.machine()=}');"
184184
- name: Install tox
185-
run: pip install --upgrade 'setuptools!=50' tox==4.4.4
185+
run: pip install --upgrade 'setuptools!=50' tox==4.11.0
186186
- name: Setup tox environment
187187
run: tox run -e py --notest
188188
- name: Test

0 commit comments

Comments
 (0)