From 8a20a74129dedb26374c64dfca744538f2f88037 Mon Sep 17 00:00:00 2001 From: svalouch Date: Wed, 17 Nov 2021 22:12:08 +0100 Subject: [PATCH] fix pytest deprecation warning --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index dfb21de..57cee4d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,7 +12,7 @@ python_files = tests.py addopts = -ra - --strict + --strict-markers --tb=short # potentially dangerous!