Skip to content

Commit 0d60746

Browse files
authored
Preload validation dependencies (#3570)
1 parent 8ee2cfa commit 0d60746

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,6 +1248,8 @@ def _preload_heavy_modules() -> None:
12481248
import black # noqa: F401
12491249
import inflect # noqa: F401
12501250
import isort # noqa: F401
1251+
import msgspec # noqa: F401
1252+
import pydantic_core # noqa: F401
12511253

12521254
import datamodel_code_generator # noqa: F401
12531255

0 commit comments

Comments
 (0)