We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d780f2 commit e8c28f2Copy full SHA for e8c28f2
scripts/test
@@ -54,3 +54,6 @@ fi
54
55
echo "==> Running tests"
56
rye run pytest "$@"
57
+
58
+echo "==> Running Pydantic v1 tests"
59
+rye run nox -s test-pydantic-v1 -- "$@"
0 commit comments