From 82a82a7a83446be95fdbd55f749630b1fbac6e29 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Thu, 28 Sep 2023 14:58:25 +0200 Subject: [PATCH] FIX: ignore deprecation warnings --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 0a7881b..9c69db9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,8 +96,10 @@ addopts = """ filterwarnings = [ "error", "ignore:'imghdr' is deprecated and slated for removal in Python 3.13:DeprecationWarning", + "ignore:.*:PendingDeprecationWarning", "ignore:.*pkg_resources.*:DeprecationWarning", "ignore:The distutils package is deprecated.*:DeprecationWarning", + "ignore:The sphinxcontrib.hep.pdgref package is deprecated.*:DeprecationWarning", ] markers = ["slow: marks tests as slow (deselect with '-m \"not slow\"')"] testpaths = [