We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50332c0 commit d81a6ffCopy full SHA for d81a6ff
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