From 71df67f103570383e7d95f3e703269da4d84ca00 Mon Sep 17 00:00:00 2001 From: Jake Lishman Date: Fri, 28 Jun 2024 13:30:13 +0100 Subject: [PATCH] Update test/utils/base.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Elena Peña Tapia <57907331+ElePT@users.noreply.github.com> --- test/utils/base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/utils/base.py b/test/utils/base.py index b9b5426b337a..ce9509709bad 100644 --- a/test/utils/base.py +++ b/test/utils/base.py @@ -211,6 +211,7 @@ def setUpClass(cls): # macOS ARM, we see some (we think harmless) warnings come out of `numpy.linalg._linalg` (a # now-private module) during transpilation, which means that subsequent `assertWarns` calls # can spuriously trick Numpy into sending out a nonsense `DeprecationWarning`. + # Tracking issue: https://github.com/Qiskit/qiskit/issues/12679 warnings.filterwarnings( "ignore", category=DeprecationWarning,