Skip to content

Commit

Permalink
added warning back in
Browse files Browse the repository at this point in the history
  • Loading branch information
pehamTom committed Nov 7, 2023
1 parent cd4e37d commit e45565d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ filterwarnings = [
'ignore:.*qiskit.__qiskit_version__.*:DeprecationWarning:qiskit:',
'ignore:.*qiskit.utils.algorithm_globals.QiskitAlgorithmGlobals*:DeprecationWarning:qiskit',
'ignore:.*Building a flow controller with keyword arguments is going to be deprecated*:PendingDeprecationWarning:qiskit',
'ignore:.*encountered in det.*:RuntimeWarning:numpy.linalg:',
]

[tool.coverage]
Expand Down

0 comments on commit e45565d

Please sign in to comment.