Skip to content

Commit

Permalink
Enable filterwarnings
Browse files Browse the repository at this point in the history
  • Loading branch information
JrooTJunior committed Nov 16, 2023
1 parent 9bced29 commit 7e45f48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,9 @@ asyncio_mode = "auto"
testpaths = [
"tests",
]
#filterwarnings = [
# "error",
#]
filterwarnings = [
"error",
]

[tool.coverage.run]
branch = false
Expand Down

0 comments on commit 7e45f48

Please sign in to comment.