From 082470368d1a8b0a98531f7ce8ecb1530df75da4 Mon Sep 17 00:00:00 2001 From: jfrery Date: Tue, 23 Jan 2024 17:10:27 +0100 Subject: [PATCH] chore: fix pytest --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 8044a21db..4e9f97793 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -143,6 +143,8 @@ filterwarnings = [ "ignore:non-integer arguments to randrange\\(\\) have been deprecated since Python 3\\.10 and will be removed in a subsequent version:DeprecationWarning", "ignore:Deprecated call to `pkg_resources.declare_namespace:DeprecationWarning", "ignore:The --rsyncdir command line argument and rsyncdirs config variable are deprecated.:DeprecationWarning", + "ignore:Converting a tensor to a NumPy array might cause the trace to be incorrect.", + "ignore:torch.from_numpy results are registered as constants in the trace.", ] [tool.semantic_release]