Skip to content

Commit

Permalink
Add temporary exemption for pydantic deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
GabeVillalobos committed Jul 23, 2024
1 parent 49756fc commit 07e0ca9
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 @@ -39,6 +39,9 @@ filterwarnings = [

# pytest has not yet implemented the replacement for this yet
"ignore:The --looponfail command line argument.*",

# Temporarily disable deprecation warnings for pydantic while we upgrade it
"ignore::DeprecationWarning:pydantic.*",
]
looponfailroots = ["src", "tests"]

Expand Down

0 comments on commit 07e0ca9

Please sign in to comment.