Skip to content

Commit

Permalink
Remove unnecessary warning filters
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Oct 26, 2024
1 parent e9076cd commit a2ddfef
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit a2ddfef

Please sign in to comment.