From 05a12000ac48671623b17c4efadc0a69aa72c45b Mon Sep 17 00:00:00 2001 From: Nils Quetschlich Date: Mon, 22 Apr 2024 15:36:15 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20added=20to=20be=20ignored=20warn?= =?UTF-8?q?ing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 9b8330aa7..0be6eafce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,6 +97,7 @@ filterwarnings = [ "ignore:.*divide by zero encountered in det.*:RuntimeWarning:", "ignore:.*invalid value encountered in det.*:RuntimeWarning:", "ignore::DeprecationWarning:.*(docplex).*", + "ignore::RuntimeWarning:.*(docplex).*", ] [tool.coverage]