X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;fp=tox.ini;h=baf649bbb987de1c793beb83a7589944a88fd7fa;hb=acbbdf2e24f53353f18b60fbb67b33f616bb3aae;hp=a36b6ed5140ac5358e3b7f01f5feba8eaff16aec;hpb=e74238f281baa37a6ec32f9118cce37190a24403;p=osm%2Fcommon.git diff --git a/tox.ini b/tox.ini index a36b6ed..baf649b 100644 --- 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]