From 2d222b4920751d7f516378fe537db6e4c9e04b0a Mon Sep 17 00:00:00 2001 From: Pauli Virtanen <pauli.t.virtanen@jyu.fi> Date: Mon, 29 Aug 2022 14:49:54 +0300 Subject: [PATCH] Filter test warnings --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7820ec7..88d28ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,5 +34,6 @@ test = [ [tool.pytest.ini_options] filterwarnings = [ - 'ignore:the imp module is deprecated:DeprecationWarning' + 'ignore:the imp module is deprecated:DeprecationWarning', + 'ignore::DeprecationWarning:usadel1' ] -- GitLab