mirror of
https://github.com/Hopiu/llm.git
synced 2026-03-16 20:50:25 +00:00
Fix error on pydantic 1.10.2 - refs #169
This commit is contained in:
parent
e959026051
commit
341dbce2d5
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Reference in a new issue