ci: speed up schema crash test (CSafeLoader + xdist-safe aggregation) (#3873)

This commit is contained in:
Jeremiah Lowin 2026-04-12 16:34:13 -04:00 committed by GitHub
commit 7f80f78906
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 190 additions and 115 deletions

View file

@ -52,4 +52,4 @@ jobs:
env:
RUN_REAL_WORLD_SCHEMA_TEST: "1"
OPENAPI_DIRECTORY_PATH: /tmp/openapi-directory
run: uv run pytest tests/utilities/json_schema_type/test_real_world_schemas.py -m integration -v -s --timeout-method=thread
run: uv run pytest tests/utilities/json_schema_type/test_real_world_schemas.py -m integration -v -n auto --timeout-method=thread