Add asyncio markers to tox.ini

This commit is contained in:
Adam Hopkins 2020-09-27 10:46:51 +03:00
parent 9a8e49751d
commit efa0aaf2c2

View File

@ -56,6 +56,8 @@ commands =
filterwarnings =
ignore:.*async with lock.* instead:DeprecationWarning
addopts = --strict-markers
markers =
asyncio
[testenv:security]
deps =