File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 69
69
additional_dependencies :
70
70
- frozenlist # runtime dependency
71
71
- lxml # dep of `--txt-report`, `--cobertura-xml-report` & `--html-report`
72
+ - pytest
72
73
args :
73
74
- --python-version=3.13
74
75
- --any-exprs-report=.tox/.tmp/.test-results/mypy--py-3.13
85
86
additional_dependencies :
86
87
- frozenlist # runtime dependency
87
88
- lxml # dep of `--txt-report`, `--cobertura-xml-report` & `--html-report`
89
+ - pytest
88
90
args :
89
91
- --python-version=3.11
90
92
- --any-exprs-report=.tox/.tmp/.test-results/mypy--py-3.11
@@ -101,6 +103,7 @@ repos:
101
103
additional_dependencies :
102
104
- frozenlist # runtime dependency
103
105
- lxml # dep of `--txt-report`, `--cobertura-xml-report` & `--html-report`
106
+ - pytest
104
107
args :
105
108
- --python-version=3.9
106
109
- --any-exprs-report=.tox/.tmp/.test-results/mypy--py-3.9
You can’t perform that action at this time.
0 commit comments