Skip to content

Commit

Permalink
Add warnings filter for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed Dec 10, 2023
1 parent 5c8e248 commit dfb8060
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,6 @@ addopts = [
]
log_cli_level = "info"
xfail_strict = true
filterwarnings = [
"error",
]

0 comments on commit dfb8060

Please sign in to comment.