You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
548 B
25 lines
548 B
3 months ago
|
From 660318fc363dc008f9911065dc3477de7152e264 Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hrn=C4=8Diar?= <thrnciar@redhat.com>
|
||
|
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
|
||
|
|