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
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user