File tree Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 43
43
python -VV
44
44
python -m site
45
45
python -m pip install --upgrade pip setuptools wheel
46
- python -m pip install tox
46
+ python -m pip install tox~=3.0
47
47
48
48
- name : " Run Flake8"
49
49
if : steps.changes.outputs.code == 'true'
Original file line number Diff line number Diff line change 47
47
python -VV
48
48
python -m site
49
49
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
51
51
52
52
- name : " Run mypy"
53
53
if : steps.changes.outputs.code == 'true'
Original file line number Diff line number Diff line change 60
60
python -VV
61
61
python -m site
62
62
python -m pip install --upgrade pip setuptools wheel
63
- python -m pip install --upgrade tox virtualenv!=20.16.0
63
+ python -m pip install --upgrade tox~=3.0 virtualenv!=20.16.0
64
64
65
65
- name : " Run Tests for Python ${{ matrix.config.python-version }}"
66
66
if : steps.setup-python.outcome == 'success'
Original file line number Diff line number Diff line change 61
61
python -VV
62
62
python -m site
63
63
python -m pip install --upgrade pip setuptools wheel
64
- python -m pip install --upgrade tox virtualenv!=20.16.0
64
+ python -m pip install --upgrade tox~=3.0 virtualenv!=20.16.0
65
65
python -m pip install --upgrade coverage_pyver_pragma
66
66
67
67
- name : " Run Tests for Python ${{ matrix.config.python-version }}"
@@ -143,7 +143,7 @@ jobs:
143
143
if : startsWith(github.ref, 'refs/tags/')
144
144
run : |
145
145
python -m pip install --upgrade pip setuptools wheel
146
- python -m pip install --upgrade tox
146
+ python -m pip install --upgrade tox~=3.0
147
147
148
148
- name : Build distributions 📦
149
149
if : startsWith(github.ref, 'refs/tags/')
Original file line number Diff line number Diff line change 60
60
python -VV
61
61
python -m site
62
62
python -m pip install --upgrade pip setuptools wheel
63
- python -m pip install --upgrade tox virtualenv!=20.16.0
63
+ python -m pip install --upgrade tox~=3.0 virtualenv!=20.16.0
64
64
65
65
- name : " Run Tests for Python ${{ matrix.config.python-version }}"
66
66
if : steps.setup-python.outcome == 'success'
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ isolated_build = True
23
23
requires =
24
24
pip>=21,!=22.2
25
25
tox-envlist>=0.2.1
26
+ tox~=3.0
26
27
virtualenv!=20.16.0
27
28
28
29
[envlists]
You can’t perform that action at this time.
0 commit comments