Skip to content

Commit 711a87d

Browse files
tox: add type definition packages for mypy testing with json schema
Signed-off-by: John Mulligan <[email protected]>
1 parent 4a2fbb5 commit 711a87d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ commands =
1818
[testenv:{py3,py39}-mypy]
1919
deps =
2020
mypy
21+
types-setuptools
22+
types-jsonschema
23+
types-pyyaml
2124
{[testenv]deps}
2225
commands =
2326
mypy sambacc tests

0 commit comments

Comments
 (0)