File tree Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Expand file tree Collapse file tree 6 files changed +6
-5
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 65
65
python -VV
66
66
python -m site
67
67
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
69
69
70
70
- name : " Run Tests for Python ${{ matrix.config.python-version }}"
71
71
if : steps.setup-python.outcome == 'success'
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ jobs:
148
148
if : startsWith(github.ref, 'refs/tags/')
149
149
run : |
150
150
python -m pip install --upgrade pip setuptools wheel
151
- python -m pip install --upgrade tox
151
+ python -m pip install --upgrade tox~=3.0
152
152
153
153
- name : Build distributions 📦
154
154
if : startsWith(github.ref, 'refs/tags/')
Original file line number Diff line number Diff line change 64
64
python -VV
65
65
python -m site
66
66
python -m pip install --upgrade pip setuptools wheel
67
- python -m pip install --upgrade tox virtualenv!=20.16.0
67
+ python -m pip install --upgrade tox~=3.0 virtualenv!=20.16.0
68
68
69
69
- name : " Run Tests for Python ${{ matrix.config.python-version }}"
70
70
if : steps.setup-python.outcome == 'success'
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ isolated_build = True
33
33
requires =
34
34
pip>=21,!=22.2
35
35
tox-envlist>=0.2.1
36
+ tox~=3.0
36
37
virtualenv!=20.16.0
37
38
38
39
[envlists]
You can’t perform that action at this time.
0 commit comments