Commit bf4a7e67

stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
2025-03-11 09:09:36
test: add DEFER_PYDANTIC_BUILD=false flag to tests (#2174)
1 parent a6b4930
Changed files (1)
scripts
scripts/test
@@ -52,6 +52,8 @@ else
   echo
 fi
 
+export DEFER_PYDANTIC_BUILD=false
+
 echo "==> Running tests"
 rye run pytest "$@"