fix(test/schema): pin xdist_group to prevent multi-server startup, cap workers at 4
Some checks failed
CI / Test (Standard) (3.11) (push) Has been skipped
CI / Test (Live) (3.11) (push) Has been skipped
CI / Merge testing → main (push) Has been skipped
CI / Lint (ruff) (push) Successful in 1m0s
CI / Dependency audit (pip-audit) (push) Failing after 1m2s
CI / SAST (bandit) (push) Successful in 1m11s
CI / Merge dev → testing (push) Has been skipped

This commit is contained in:
2026-05-16 18:36:26 -04:00
parent 8b3f74b39b
commit 4586e36d63
3 changed files with 5 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ import os
import pytest
_QUICK = os.getenv("SCHEMA_QUICK") == "1"
pytestmark = pytest.mark.xdist_group("schemathesis")
import schemathesis as st
from hypothesis import HealthCheck, Verbosity, settings