Skip to content

Commit d08b4f3

Browse files
authored
run pydantic integration tests with lax xfail (#1054)
1 parent 0c46146 commit d08b4f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,9 @@ jobs:
214214

215215
- run: pdm info && pdm list
216216
working-directory: pydantic
217-
- run: pdm run pytest
217+
# Run pytest with lax xfail because we often add tests to pydantic
218+
# which xfail on a pending release of pydantic-core
219+
- run: pdm run pytest --override-ini=xfail_strict=False
218220
working-directory: pydantic
219221

220222
lint:

0 commit comments

Comments
 (0)