Skip to content

Commit dc4846e

Browse files
authored
ci: add flag to integration tests to mitigate schema changes (#1480)
1 parent 903a1a9 commit dc4846e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,8 @@ jobs:
245245
# which xfail on a pending release of pydantic-core
246246
- run: pdm run pytest --override-ini=xfail_strict=False
247247
working-directory: pydantic
248+
env:
249+
PYDANTIC_PRIVATE_ALLOW_UNHANDLED_SCHEMA_TYPES: 1
248250

249251
lint:
250252
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)