Skip to content

Commit 0e3a641

Browse files
Catching warnings in pytest.ini, failed for UnsupportedBraketFeaturesWarning
1 parent b7ec7ca commit 0e3a641

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pytest.ini

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ filterwarnings =
1414
ignore:Setting metadata to None.*:DeprecationWarning
1515
ignore:divide by zero.*:RuntimeWarning
1616
ignore:The qiskit.extensions module is pending deprecation.*:PendingDeprecationWarning
17-
ignore:Building a flow controller with keyword arguments is going to be deprecated.*:PendingDeprecationWarning
17+
ignore:Building a flow controller with keyword arguments is going to be deprecated.*:PendingDeprecationWarning
18+
ignore:.*OpenQASM language features that m.*
19+
ignore:.*OpenQASMTranslationWarning.*

0 commit comments

Comments
 (0)