Skip to content

Commit

Permalink
ignore pydantic depreciation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ephes committed Oct 21, 2023
1 parent b31d3a1 commit 5e628da
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 @@ -68,3 +68,6 @@ kptncook = "kptncook:cli"
[tool.pytest.ini_options]
minversion = "6.0"
testpaths = "tests"
filterwarnings = [
"ignore::DeprecationWarning:pydantic",
]

0 comments on commit 5e628da

Please sign in to comment.