Skip to content

Commit 344bf56

Browse files
test: add DEFER_PYDANTIC_BUILD=false flag to tests (#2174)
1 parent a6b4930 commit 344bf56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/test

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ else
5252
echo
5353
fi
5454

55+
export DEFER_PYDANTIC_BUILD=false
56+
5557
echo "==> Running tests"
5658
rye run pytest "$@"
5759

0 commit comments

Comments
 (0)