Skip to content

Commit

Permalink
🚨 ignore unrelated deprecation warning
Browse files Browse the repository at this point in the history
Signed-off-by: burgholzer <[email protected]>
  • Loading branch information
burgholzer committed Jan 27, 2024
1 parent 940e823 commit 889ac89
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 @@ -131,6 +131,7 @@ filterwarnings = [
'ignore:.*qiskit.utils.algorithm_globals.QiskitAlgorithmGlobals*:DeprecationWarning:qiskit',
'ignore:.*Building a flow controller with keyword arguments is going to be deprecated*:PendingDeprecationWarning:qiskit',
'ignore:\s.*Pyarrow.*:DeprecationWarning:',
'ignore:.*datetime\.datetime\.utcfromtimestamp.*:DeprecationWarning:',
]
log_cli_level = "info"
testpaths = ["test/python"]
Expand Down

0 comments on commit 889ac89

Please sign in to comment.