pytest: faster xdist startup (#35817)

* faster

* cmt
pull/35819/head
Shane Smiskol 3 days ago committed by GitHub
parent e7b80b78cc
commit e461d18d54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      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",

Loading…
Cancel
Save