X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=baf649bbb987de1c793beb83a7589944a88fd7fa;hb=a4eaefe74757ccbd7ac513b72f21a3bf8bf391cb;hp=a36b6ed5140ac5358e3b7f01f5feba8eaff16aec;hpb=222a9d494de0e022c36bc10043edb3c331828874;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]