From e461d18d54032ce207ea7b9fccd114adee11c239 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Fri, 25 Jul 2025 20:29:06 -0700 Subject: [PATCH] pytest: faster xdist startup (#35817) * faster * cmt --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1b2433e340..7d84e28277 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,8 +85,8 @@ testing = [ "pytest", "pytest-cpp", "pytest-subtests", - # https://github.com/pytest-dev/pytest-xdist/issues/1215 - "pytest-xdist @ git+https://github.com/sshane/pytest-xdist@909e97b49d12401c10608f9d777bfc9dab8a4413", + # https://github.com/pytest-dev/pytest-xdist/pull/1229 + "pytest-xdist @ git+https://github.com/sshane/pytest-xdist@b59e010821a25a2ebb95fc5c31c97022ed94221c", "pytest-timeout", "pytest-randomly", "pytest-asyncio",