File tree Expand file tree Collapse file tree 7 files changed +8
-6
lines changed Expand file tree Collapse file tree 7 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 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 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 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 @@ -67,7 +67,7 @@ testing-tox
67
67
:target: https://github.com/python-coincidence/testing-tox/commit/master
68
68
:alt: GitHub last commit
69
69
70
- .. |maintained | image :: https://img.shields.io/maintenance/yes/2022
70
+ .. |maintained | image :: https://img.shields.io/maintenance/yes/2023
71
71
:alt: Maintenance
72
72
73
73
.. end shields
Original file line number Diff line number Diff line change 3
3
# * tox
4
4
# * envlists
5
5
# * testenv
6
+ # * testenv:py312-dev
6
7
# * testenv:docs
7
8
# * testenv:build
8
9
# * testenv:lint
@@ -30,6 +31,7 @@ isolated_build = True
30
31
requires =
31
32
pip>=21,!=22.2
32
33
tox-envlist>=0.2.1
34
+ tox~=3.0
33
35
virtualenv!=20.16.0
34
36
35
37
[envlists]
You can’t perform that action at this time.
0 commit comments