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 62
62
python -VV
63
63
python -m site
64
64
python -m pip install --upgrade pip setuptools wheel
65
- python -m pip install --upgrade tox virtualenv!=20.16.0
65
+ python -m pip install --upgrade tox~=3.0 virtualenv!=20.16.0
66
66
67
67
- name : " Run Tests for Python ${{ matrix.config.python-version }}"
68
68
if : steps.setup-python.outcome == 'success'
Original file line number Diff line number Diff line change 63
63
python -VV
64
64
python -m site
65
65
python -m pip install --upgrade pip setuptools wheel
66
- python -m pip install --upgrade tox virtualenv!=20.16.0
66
+ python -m pip install --upgrade tox~=3.0 virtualenv!=20.16.0
67
67
68
68
- name : " Run Tests for Python ${{ matrix.config.python-version }}"
69
69
if : steps.setup-python.outcome == 'success'
90
90
if : startsWith(github.ref, 'refs/tags/')
91
91
run : |
92
92
python -m pip install --upgrade pip setuptools wheel
93
- python -m pip install --upgrade tox
93
+ python -m pip install --upgrade tox~=3.0
94
94
95
95
- name : Build distributions 📦
96
96
if : startsWith(github.ref, 'refs/tags/')
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
66
66
- name : " Run Tests for Python ${{ matrix.config.python-version }}"
67
67
if : steps.setup-python.outcome == 'success'
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ isolated_build = True
20
20
requires =
21
21
pip>=21,!=22.2
22
22
tox-envlist>=0.2.1
23
+ tox~=3.0
23
24
virtualenv!=20.16.0
24
25
25
26
[envlists]
You can’t perform that action at this time.
0 commit comments