Skip to content

Commit

Permalink
Filter one pytest warning (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjambrecic authored Nov 27, 2024
1 parent 3ac75d7 commit fcc375f
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 @@ -277,6 +277,9 @@ markers = [
"flaky: mark test as flaky",
]

# Add filterwarnings to suppress the specific UserWarning
filterwarnings = "ignore:.*custom validator is returning a value other than `self`.*:UserWarning"

[tool.coverage.run]
parallel = true
branch = true
Expand Down

0 comments on commit fcc375f

Please sign in to comment.