Skip to content

Commit fbf86da

Browse files
Ryzhtusanakin87
authored andcommitted
feat: add run_async for CohereChatGenerator (#1689)
* CohereChatGenerator async support * Tests and linter fixes * fix * refinements * refactor + tests reorgani | ^^^^^ T201 * rename test * remove markers * reformat * fix * minor fixes * Trigger CI --------- Co-authored-by: anakin87 <stefanofiorucci@gmail.com>
1 parent d3b25e1 commit fbf86da

9 files changed

Lines changed: 689 additions & 244 deletions

File tree

integrations/cohere/pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ installer = "uv"
4646
dependencies = [
4747
"coverage[toml]>=6.5",
4848
"pytest",
49+
"pytest-asyncio",
4950
"pytest-rerunfailures",
5051
"haystack-pydoc-tools",
5152
]
@@ -165,10 +166,5 @@ ignore_missing_imports = true
165166
addopts = "--strict-markers"
166167
markers = [
167168
"integration: integration tests",
168-
"unit: unit tests",
169-
"embedders: embedders tests",
170-
"generators: generators tests",
171-
"chat_generators: chat_generators tests",
172-
"ranker: ranker tests",
173169
]
174170
log_cli = true

0 commit comments

Comments
 (0)