mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
test(mistralai): stabilize integration tests with rate limiting and retries (#37588)
Mistral integration tests have been flaky against the live API. This adds a shared, xdist-aware rate limiter and a global retry policy so transient 429s no longer fail the suite.
This commit is contained in:
@@ -44,6 +44,7 @@ Reddit = "https://www.reddit.com/r/LangChain/"
|
||||
test = [
|
||||
"pytest>=9.0.3,<10.0.0",
|
||||
"pytest-asyncio>=1.3.0,<2.0.0",
|
||||
"pytest-retry>=1.7.0,<1.8.0",
|
||||
"pytest-watcher>=0.3.4,<1.0.0",
|
||||
"pytest-xdist>=3.6.1,<4.0.0",
|
||||
"langchain-core>=1.4.0,<2.0.0",
|
||||
|
||||
Reference in New Issue
Block a user