Skip to content

Commit

Permalink
ci: add flag to integration tests to mitigate schema changes (#1480)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt authored Oct 10, 2024
1 parent 903a1a9 commit dc4846e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ jobs:
# which xfail on a pending release of pydantic-core
- run: pdm run pytest --override-ini=xfail_strict=False
working-directory: pydantic
env:
PYDANTIC_PRIVATE_ALLOW_UNHANDLED_SCHEMA_TYPES: 1

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dc4846e

Please sign in to comment.