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 fe1f747 commit 6f7bfe7
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 @@ -137,6 +137,8 @@ def setUpClass(cls):
".*qiskit.providers.models.backendconfiguration.GateConfig.*",
".*qiskit.qobj.pulse_qobj.PulseLibraryItem.*",
".*qiskit.providers.models.backendconfiguration.UchannelLO.*",
".*qiskit.providers.models.backendconfiguration.PulseBackendConfiguration.*",
".*qiskit.qobj.pulse_qobj.PulseQobjInstruction.*",
]
for msg in allow_deprecationwarning_message:
warnings.filterwarnings("default", category=DeprecationWarning, message=msg)
Expand Down

0 comments on commit 6f7bfe7

Please sign in to comment.