Skip to content

Commit e461d18

Browse files
authored
pytest: faster xdist startup (#35817)
* faster * cmt
1 parent e7b80b7 commit e461d18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ testing = [
8585
"pytest",
8686
"pytest-cpp",
8787
"pytest-subtests",
88-
# https://github.com/pytest-dev/pytest-xdist/issues/1215
89-
"pytest-xdist @ git+https://github.com/sshane/pytest-xdist@909e97b49d12401c10608f9d777bfc9dab8a4413",
88+
# https://github.com/pytest-dev/pytest-xdist/pull/1229
89+
"pytest-xdist @ git+https://github.com/sshane/pytest-xdist@b59e010821a25a2ebb95fc5c31c97022ed94221c",
9090
"pytest-timeout",
9191
"pytest-randomly",
9292
"pytest-asyncio",

0 commit comments

Comments
 (0)