From 9a8e49751d4f8f66c8b79f1d911e8fc1112588fc Mon Sep 17 00:00:00 2001 From: tomaszdrozdz Date: Tue, 8 Sep 2020 13:08:49 +0200 Subject: [PATCH] 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 =