Skip to content

Commit 41567e3

Browse files
hauntsaninjaKotlinIsland
authored andcommitted
Try upgrading tox (#15992)
Fixes #15990
1 parent 17dc9bd commit 41567e3

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
@@ -123,7 +123,7 @@ jobs:
123123
./misc/build-debug-python.sh $PYTHONVERSION $PYTHONDIR $VENV
124124
source $VENV/bin/activate
125125
- name: Install tox
126-
run: pip install --upgrade 'setuptools!=50' tox==4.4.4
126+
run: pip install --upgrade 'setuptools!=50' tox==4.11.0
127127
- name: Compiled with mypyc
128128
if: ${{ matrix.test_mypyc }}
129129
run: |
@@ -193,7 +193,7 @@ jobs:
193193
default: 3.11.1
194194
command: python -c "import platform; print(f'{platform.architecture()=} {platform.machine()=}');"
195195
- name: Install tox
196-
run: pip install --upgrade 'setuptools!=50' tox==4.4.4
196+
run: pip install --upgrade 'setuptools!=50' tox==4.11.0
197197
- name: Setup tox environment
198198
run: tox run -e py --notest
199199
- name: Test

0 commit comments

Comments
 (0)