diff --git a/pyproject.toml b/pyproject.toml index d01290254..bd43a50ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]