We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f65d96 commit 48b73aaCopy full SHA for 48b73aa
tox.ini
@@ -12,7 +12,7 @@ deps =
12
pytest
13
pytest-cov
14
dnspython
15
- -e .[validation]
+ -e .[validation,yaml,toml]
16
commands =
17
py.test -v tests --cov=sambacc --cov-report=html {posargs}
18
@@ -22,6 +22,7 @@ deps =
22
types-setuptools
23
types-pyyaml
24
types-jsonschema>=4.10
25
+ tomli
26
{[testenv]deps}
27
28
mypy sambacc tests
0 commit comments