From 9a8e49751d4f8f66c8b79f1d911e8fc1112588fc Mon Sep 17 00:00:00 2001 From: tomaszdrozdz Date: Tue, 8 Sep 2020 13:08:49 +0200 Subject: [PATCH 1/2] Adding --strict-markers for pytest --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 09cbc0dd..399cc2ec 100644 --- a/tox.ini +++ b/tox.ini @@ -55,6 +55,7 @@ commands = [pytest] filterwarnings = ignore:.*async with lock.* instead:DeprecationWarning +addopts = --strict-markers [testenv:security] deps = From efa0aaf2c2faedda99ee611039fa70a956634472 Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Sun, 27 Sep 2020 10:46:51 +0300 Subject: [PATCH 2/2] Add asyncio markers to tox.ini --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 399cc2ec..e1c9ecf1 100644 --- a/tox.ini +++ b/tox.ini @@ -56,6 +56,8 @@ commands = filterwarnings = ignore:.*async with lock.* instead:DeprecationWarning addopts = --strict-markers +markers = + asyncio [testenv:security] deps =