File tree Expand file tree Collapse file tree 6 files changed +8
-6
lines changed Expand file tree Collapse file tree 6 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 4343 python -VV
4444 python -m site
4545 python -m pip install --upgrade pip setuptools wheel
46- python -m pip install tox
46+ python -m pip install tox~=3.0
4747
4848 - name : " Run Flake8"
4949 if : steps.changes.outputs.code == 'true'
Original file line number Diff line number Diff line change 4747 python -VV
4848 python -m site
4949 python -m pip install --upgrade pip setuptools wheel
50- python -m pip install --upgrade tox virtualenv!=20.16.0
50+ python -m pip install --upgrade tox~=3.0 virtualenv!=20.16.0
5151
5252 - name : " Run mypy"
5353 if : steps.changes.outputs.code == 'true'
Original file line number Diff line number Diff line change 6666 python -VV
6767 python -m site
6868 python -m pip install --upgrade pip setuptools wheel
69- python -m pip install --upgrade tox virtualenv!=20.16.0
69+ python -m pip install --upgrade tox~=3.0 virtualenv!=20.16.0
7070
7171 - name : " Run Tests for Python ${{ matrix.config.python-version }}"
7272 if : steps.setup-python.outcome == 'success'
Original file line number Diff line number Diff line change 6767 python -VV
6868 python -m site
6969 python -m pip install --upgrade pip setuptools wheel
70- python -m pip install --upgrade tox virtualenv!=20.16.0
70+ python -m pip install --upgrade tox~=3.0 virtualenv!=20.16.0
7171 python -m pip install --upgrade coverage_pyver_pragma
7272
7373 - name : " Run Tests for Python ${{ matrix.config.python-version }}"
@@ -149,7 +149,7 @@ jobs:
149149 if : startsWith(github.ref, 'refs/tags/')
150150 run : |
151151 python -m pip install --upgrade pip setuptools wheel
152- python -m pip install --upgrade tox
152+ python -m pip install --upgrade tox~=3.0
153153
154154 - name : Build distributions 📦
155155 if : startsWith(github.ref, 'refs/tags/')
Original file line number Diff line number Diff line change 6565 python -VV
6666 python -m site
6767 python -m pip install --upgrade pip setuptools wheel
68- python -m pip install --upgrade tox virtualenv!=20.16.0
68+ python -m pip install --upgrade tox~=3.0 virtualenv!=20.16.0
6969
7070 - name : " Run Tests for Python ${{ matrix.config.python-version }}"
7171 if : steps.setup-python.outcome == 'success'
Original file line number Diff line number Diff line change 22# You may add new sections, but any changes made to the following sections will be lost:
33# * tox
44# * envlists
5+ # * testenv:py312-dev
56# * testenv:docs
67# * testenv:build
78# * testenv:lint
@@ -34,6 +35,7 @@ isolated_build = True
3435requires =
3536 pip>=21,!=22.2
3637 tox-envlist>=0.2.1
38+ tox~=3.0
3739 virtualenv!=20.16.0
3840
3941[envlists]
You can’t perform that action at this time.
0 commit comments