From 752497d7299eef7443aafc0196666b6dacd55110 Mon Sep 17 00:00:00 2001 From: Thomas VINCENT Date: Tue, 27 Aug 2024 09:35:51 +0200 Subject: [PATCH] Ignore pytools warnings --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 246e60f971..4b95617e42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,4 +24,5 @@ filterwarnings = [ # note the use of single quote below to denote "raw" strings in TOML 'ignore:tostring\(\) is deprecated. Use tobytes\(\) instead\.:DeprecationWarning:OpenGL', 'ignore:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning', + 'ignore:Unable to import recommended hash:UserWarning:pytools', ]