diff --git a/pyproject.toml b/pyproject.toml index 119cdfe262f..886f2833f06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,8 @@ testing = [ "pytest-coverage", "pytest-mock", "pytest-randomly", - "pytest-xdist", + # https://github.com/pytest-dev/pytest-xdist/pull/1229 + "pytest-xdist @ git+https://github.com/sshane/pytest-xdist@b59e010821a25a2ebb95fc5c31c97022ed94221c", "pytest-subtests", "hypothesis==6.47.*", "parameterized>=0.8,<0.9",