From 16b884efd6c7fc8ca6efaddb0a942a7c9be4cd1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jochen=20Wersd=C3=B6rfer?= Date: Mon, 4 Sep 2023 23:00:08 +0200 Subject: [PATCH] #104 remove only relevant deprecation warnings --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f220c6f3..418452dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,10 +105,9 @@ DJANGO_SETTINGS_MODULE = "tests.settings" minversion = "6.0" testpaths = ["tests"] filterwarnings = [ - "ignore::django.utils.deprecation.RemovedInDjango50Warning", - "ignore::django.utils.deprecation.RemovedInDjango51Warning", "ignore::wagtail.utils.deprecation.RemovedInWagtail60Warning", "ignore::DeprecationWarning", + "ignore::PendingDeprecationWarning", ] addopts = [ "-ra",