Skip to content

Commit

Permalink
Fix error on pydantic 1.10.2 - refs #169
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Aug 21, 2023
1 parent e959026 commit 341dbce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[pytest]
filterwarnings =
ignore::pydantic.main.PydanticDeprecatedSince20
ignore:The `schema` method is deprecated.*:DeprecationWarning
ignore:Support for class-based `config` is deprecated*:DeprecationWarning

0 comments on commit 341dbce

Please sign in to comment.