We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd94553 commit 36336ddCopy full SHA for 36336dd
scripts/test
@@ -58,6 +58,11 @@ fi
58
59
export DEFER_PYDANTIC_BUILD=false
60
61
+# Note that we need to specify the patch version here so that uv
62
+# won't use unstable (alpha, beta, rc) releases for the tests
63
+PY_VERSION_MIN=">=3.9.0"
64
+PY_VERSION_MAX=">=3.14.0"
65
+
66
function run_tests() {
67
echo "==> Running tests with Pydantic v2"
68
uv run --isolated --all-extras pytest -W ignore::DeprecationWarning "$@"
0 commit comments