From 660318fc363dc008f9911065dc3477de7152e264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hrn=C4=8Diar?= Date: Tue, 31 May 2022 15:05:22 +0200 Subject: [PATCH] Python 3.11 ignore ResourceWarning --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 6596935..29c751d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,6 +44,7 @@ where = src testpaths = tests filterwarnings = error + ignore:.*Unclosed file.*:ResourceWarning [coverage:run] branch = True -- 2.36.1