From 34d766e825000ad3f1e8123e52eb2beee6da824f Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Fri, 25 Jul 2025 20:32:55 -0700 Subject: [PATCH] pytest: faster xdist startup (#2565) * messy pitch compensation * cmt * fix * before * back * prob good * fix test * fix test * fix * 1s is enough * clean up * more * 1.5 probably perfect * safe clip * clean up * stopping * some llm trash and some ssh magic * revert * revert * try this now * update package * update package * bump * bump * bump --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 119cdfe2..886f2833 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",