Skip to content

Commit 48b73aa

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
tox: get all test envs that install via pip working with extras
Signed-off-by: John Mulligan <[email protected]>
1 parent 9f65d96 commit 48b73aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ deps =
1212
pytest
1313
pytest-cov
1414
dnspython
15-
-e .[validation]
15+
-e .[validation,yaml,toml]
1616
commands =
1717
py.test -v tests --cov=sambacc --cov-report=html {posargs}
1818

@@ -22,6 +22,7 @@ deps =
2222
types-setuptools
2323
types-pyyaml
2424
types-jsonschema>=4.10
25+
tomli
2526
{[testenv]deps}
2627
commands =
2728
mypy sambacc tests

0 commit comments

Comments
 (0)