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 13a34ef commit edfdce8Copy full SHA for edfdce8
.github/workflows/ci.yml
@@ -249,7 +249,7 @@ jobs:
249
250
# Run pytest with lax xfail because we often add tests to pydantic
251
# which xfail on a pending release of pydantic-core
252
- - run: uv run pytest --override-ini=xfail_strict=False
+ - run: uv run --no-sync pytest --override-ini=xfail_strict=False
253
working-directory: pydantic
254
env:
255
PYDANTIC_PRIVATE_ALLOW_UNHANDLED_SCHEMA_TYPES: 1
0 commit comments