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]