Skip to content

Commit 09b0b7f

Browse files
committed
skip test for qpy10
1 parent 572be6a commit 09b0b7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/python/qpy/test_circuit_load_from_qpy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ def test_rdiv(self):
375375
class TestUseSymengineFlag(QpyCircuitTestCase):
376376
"""Test that the symengine flag works correctly."""
377377

378+
@unittest.skipIf(QPY_COMPATIBILITY_VERSION > 10, "Test only valid for version 10.")
378379
def test_use_symengine_with_bool_like(self):
379380
"""Test that the use_symengine flag is set correctly with a bool-like input."""
380381
theta = Parameter("theta")

0 commit comments

Comments
 (0)