From a2ddfefb29b2f117b2d9a3f67df8bd6effc737cc Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Sat, 26 Oct 2024 07:25:59 +0200 Subject: [PATCH] Remove unnecessary warning filters --- pyproject.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e143d33..8e82e69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,12 +88,7 @@ text = """ addopts = ["-ra", "--strict-markers", "--strict-config"] xfail_strict = true testpaths = "tests" -filterwarnings = [ - "once::Warning", - "ignore:::aiohttp[.*]", - "ignore:::importlib[.*]", - "ignore::DeprecationWarning:twisted.python.threadable", -] +filterwarnings = ["once::Warning"] [tool.coverage.run]