From 9f02ed2ffa41f18b6f0fb0b4f306f5b5e3e7b879 Mon Sep 17 00:00:00 2001 From: Kai Schlamp Date: Fri, 22 Mar 2024 22:49:40 +0000 Subject: [PATCH] Remove unnecessary warnings filters --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 85fa37c8..aaa80ba3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,8 +98,6 @@ markers = ["integration: mark a test as an integration test."] filterwarnings = [ # We already fixed this, so we only need to remove this ignore with next major version of factory boy "ignore:.*Factory._after_postgeneration will stop saving the instance:DeprecationWarning", - "ignore:SelectableGroups dict interface is deprecated:DeprecationWarning", - "ignore:The USE_L10N setting is deprecated:django.utils.deprecation.RemovedInDjango50Warning", "ignore:'cgi' is deprecated:DeprecationWarning", ] timeout = 60