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
This commit is contained in:
Shane Smiskol
2025-07-25 20:32:55 -07:00
committed by GitHub
parent c0c1b63402
commit 34d766e825

View File

@@ -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",