From b5cbe5c6a6fd2ae7d397f655ba42e5575a2c3a42 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..9b4f437 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:.*:sphinx.deprecation.RemovedInSphinx90Warning", "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 = [