From 92ce59d6b6dec89eb8f77f20666fdb9178239743 Mon Sep 17 00:00:00 2001 From: Astral Cai Date: Sun, 2 Jun 2024 22:29:57 -0400 Subject: [PATCH] Mark one more capture test as new_opmath_only (#5779) --- tests/capture/test_templates.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/capture/test_templates.py b/tests/capture/test_templates.py index fce97bb77e0..06a8f3139ed 100644 --- a/tests/capture/test_templates.py +++ b/tests/capture/test_templates.py @@ -621,6 +621,7 @@ def qfunc(probs): assert len(q) == 1 assert q.queue[0] == qml.QuantumMonteCarlo(probs, **kwargs) + @pytest.mark.usefixtures("new_opmath_only") def test_qubitization(self): """Test the primitive bind call of Qubitization."""