diff --git a/tox.ini b/tox.ini index 09cbc0ddfe..e1c9ecf1ab 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 =