diff --git a/tox.ini b/tox.ini index 09cbc0dd..e1c9ecf1 100644 --- a/tox.ini +++ b/tox.ini @@ -55,6 +55,9 @@ commands = [pytest] filterwarnings = ignore:.*async with lock.* instead:DeprecationWarning +addopts = --strict-markers +markers = + asyncio [testenv:security] deps =