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 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 66
66
python -VV
67
67
python -m site
68
68
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
70
70
71
71
- name : " Run Tests for Python ${{ matrix.config.python-version }}"
72
72
if : steps.setup-python.outcome == 'success'
Original file line number Diff line number Diff line change 67
67
python -VV
68
68
python -m site
69
69
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
71
71
python -m pip install --upgrade coverage_pyver_pragma
72
72
73
73
- name : " Run Tests for Python ${{ matrix.config.python-version }}"
@@ -149,7 +149,7 @@ jobs:
149
149
if : startsWith(github.ref, 'refs/tags/')
150
150
run : |
151
151
python -m pip install --upgrade pip setuptools wheel
152
- python -m pip install --upgrade tox
152
+ python -m pip install --upgrade tox~=3.0
153
153
154
154
- name : Build distributions 📦
155
155
if : startsWith(github.ref, 'refs/tags/')
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 2
2
# You may add new sections, but any changes made to the following sections will be lost:
3
3
# * tox
4
4
# * envlists
5
+ # * testenv:py312-dev
5
6
# * testenv:docs
6
7
# * testenv:build
7
8
# * testenv:lint
@@ -34,6 +35,7 @@ isolated_build = True
34
35
requires =
35
36
pip>=21,!=22.2
36
37
tox-envlist>=0.2.1
38
+ tox~=3.0
37
39
virtualenv!=20.16.0
38
40
39
41
[envlists]
You can’t perform that action at this time.
0 commit comments