From f83059cae147602d3b5ea62231be1b7561b86401 Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Fri, 5 Jul 2024 17:32:08 +0100 Subject: [PATCH] Ignore deprecation warning --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 589f978ee..14fb393f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ filterwarnings = [ # This is needed since SQLAlchemy 2.0, see # https://github.com/aiidalab/aiidalab-widgets-base/issues/605 'ignore:Object of type .* not in session, .* operation along .* will not proceed:sqlalchemy.exc.SAWarning', - 'ignore::DeprecationWarning:bokeh.core.property.primitive', + 'ignore::DeprecationWarning:bokeh', 'ignore:Creating AiiDA configuration:UserWarning:aiida', 'ignore:The `Code` class:aiida.common.warnings.AiidaDeprecationWarning:', 'ignore:crystal system:UserWarning:ase.io.cif',