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 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'
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 @@ -81,7 +81,7 @@ for a plugin with a broader scope than this one.
81
81
:target: https://github.com/python-formate/flake8-missing-annotations/commit/master
82
82
:alt: GitHub last commit
83
83
84
- .. |maintained | image :: https://img.shields.io/maintenance/yes/2022
84
+ .. |maintained | image :: https://img.shields.io/maintenance/yes/2023
85
85
:alt: Maintenance
86
86
87
87
.. 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
@@ -20,6 +21,7 @@ isolated_build = True
20
21
requires =
21
22
pip>=21,!=22.2
22
23
tox-envlist>=0.2.1
24
+ tox~=3.0
23
25
virtualenv!=20.16.0
24
26
25
27
[envlists]
You can’t perform that action at this time.
0 commit comments