From b9de1ded1f690818cb41cb0deaf41844dc25ea88 Mon Sep 17 00:00:00 2001 From: burgholzer Date: Sat, 27 Jan 2024 15:15:31 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20ignore=20unrelated=20deprecation?= =?UTF-8?q?=20warning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: burgholzer --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6c63f06e..8bfc35b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -133,6 +133,7 @@ filterwarnings = [ 'ignore:.*qiskit.utils.algorithm_globals.QiskitAlgorithmGlobals*:DeprecationWarning:qiskit', 'ignore:.*Building a flow controller with keyword arguments is going to be deprecated*:PendingDeprecationWarning:qiskit', 'ignore:.*encountered in det.*:RuntimeWarning:numpy.linalg:', + 'ignore:.*datetime\.datetime\.utcfromtimestamp.*:DeprecationWarning:', ] [tool.coverage]