Skip to content

Commit aa34ee4

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
tox.ini: include grpc libs for unit tests
Enable the grpc server tests rather than skipping them in the automated test suite. Signed-off-by: John Mulligan <[email protected]>
1 parent fb3f0d3 commit aa34ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ deps =
1313
pytest
1414
pytest-cov
1515
dnspython
16-
-e .[validation,yaml,toml]
16+
-e .[validation,yaml,toml,grpc]
1717
commands =
1818
py.test -v --cov=sambacc --cov-report=html {posargs:tests}
1919

0 commit comments

Comments
 (0)