Skip to content

Commit 038a071

Browse files
committed
test(mypy): fix mypy tox gate
1 parent b45f09c commit 038a071

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,13 +152,15 @@ deps = {[with-debug-tools]deps}
152152
skipsdist = True
153153
skip_install = True
154154
deps = mypy
155+
jsonschema_rs
155156
types-jsonschema
156157
commands = python {toxinidir}/tools/clean.py "{toxinidir}/falcon"
157158
mypy falcon
158159

159160
[testenv:mypy_tests]
160161
deps = {[testenv]deps}
161162
mypy
163+
jsonschema_rs
162164
types-requests
163165
types-PyYAML
164166
types-ujson

0 commit comments

Comments
 (0)