From 6d52af9ee102d613f4bb1b16d4f26f597b20e23d Mon Sep 17 00:00:00 2001 From: Daniil Maltsev Date: Thu, 6 Jul 2023 15:40:15 +0500 Subject: [PATCH] remove pytest ignores --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9d05cde..1d4d74d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,10 +83,6 @@ multi_line_output = 4 [tool.pytest.ini_options] python_files = ["test*.py"] -filterwarnings = [# Pattern: `action:message:category:module:line` (https://docs.python.org/3/library/warnings.html#describing-warning-filters) - "ignore:SelectableGroups dict interface is deprecated. Use select", - "ignore:.*'cgi' is deprecated and slated for removal in Python 3.13.*", -] env = [ "DATABASE_URL=postgres://postgres@localhost:5432/postgres" ]