ci(infra): add pytest-xdist to partner test groups (#36988)

This commit is contained in:
Nick Hollon
2026-04-24 09:23:03 -04:00
committed by GitHub
parent cc2feb1aea
commit ffaac42bf9
22 changed files with 297 additions and 22 deletions

View File

@@ -44,6 +44,7 @@ test = [
"pytest-socket>=0.7.0,<1.0.0",
"pytest-watcher>=0.3.4,<1.0.0",
"pytest-timeout>=2.3.1,<3.0.0",
"pytest-xdist>=3.6.1,<4.0.0",
"langchain-tests",
"langchain-openai",
]