From b054d2149343b9f95fc2b67ab143e227d08e63a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20W=C3=A4lchli?= Date: Thu, 30 Sep 2021 10:51:56 +0200 Subject: [PATCH] disable warnings summary for pytest (#9743) --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index e399d35016..7c43087097 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,6 +24,8 @@ addopts = --strict --doctest-modules --color=yes + --disable-pytest-warnings + junit_duration_report = call