Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmckayibm committed Sep 27, 2024
1 parent 6f7bfe7 commit e37fdb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ def setUpClass(cls):
".*qiskit.providers.models.backendconfiguration.UchannelLO.*",
".*qiskit.providers.models.backendconfiguration.PulseBackendConfiguration.*",
".*qiskit.qobj.pulse_qobj.PulseQobjInstruction.*",
".*qiskit.providers.models.backendconfiguration.QasmBackendConfiguration.*",
".*qiskit.qobj.common.QobjDictField.*",
]
for msg in allow_deprecationwarning_message:
warnings.filterwarnings("default", category=DeprecationWarning, message=msg)
Expand Down

0 comments on commit e37fdb2

Please sign in to comment.