Skip to content

Commit

Permalink
more generic catch
Browse files Browse the repository at this point in the history
  • Loading branch information
1ucian0 committed Aug 15, 2024
1 parent bea4140 commit 42fc3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def setUpClass(cls):
warnings.filterwarnings(
"ignore", # If "default", it floods the CI output
category=DeprecationWarning,
message=r".*qiskit\.providers\.models\..*",
message=r".*qiskit\.providers\.models.*",
module=r"qiskit_aer(\.[a-zA-Z0-9_]+)*",
)

Expand Down

0 comments on commit 42fc3fb

Please sign in to comment.