Adding tests for MsgLocal
[osm/common.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index a36b6ed..baf649b 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@ toxworkdir={homedir}/.tox
 
 [testenv]
 basepython = python3
-deps = pytest
+deps = pytest pytest-asyncio
 commands = pytest
 
 [testenv:flake8]