From e77bb3f21c8418bb663cbfdb1dd473cf43c08b9e Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Wed, 1 Oct 2025 19:15:40 +0100 Subject: [PATCH] ci: fix pydantic integration test to actually use local core --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6bcc113b..0ab445d6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -249,7 +249,7 @@ jobs: # Run pytest with lax xfail because we often add tests to pydantic # which xfail on a pending release of pydantic-core - - run: uv run pytest --override-ini=xfail_strict=False + - run: uv run --no-sync pytest --override-ini=xfail_strict=False working-directory: pydantic env: PYDANTIC_PRIVATE_ALLOW_UNHANDLED_SCHEMA_TYPES: 1