Skip to content

Commit

Permalink
chore: PP309: Filter warnings specified
Browse files Browse the repository at this point in the history
Apply repo-review suggestion PP309:
	filterwarnings must be set (probably to at least ["error"]).
	Python will hide important warnings otherwise, like deprecations.
  • Loading branch information
DimitriPapadopoulos committed Aug 12, 2024
1 parent b6bad9c commit fa5de79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ testpaths = ["tests"]
markers = [
"network: mark tests that require internet access",
]
filterwarnings = ["error"]


[tool.coverage.report]
Expand Down

0 comments on commit fa5de79

Please sign in to comment.