File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,4 +32,4 @@ class NobelPrizeInfo(BaseModel):
3232component = TogetherAIChatGenerator (generation_kwargs = {"response_format" : NobelPrizeInfo })
3333results = component .run (chat_messages )
3434
35- #print(results)
35+ # print(results)
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ dependencies = [
6565[tool .hatch .envs .test .scripts ]
6666unit = ' pytest -m "not integration" {args:tests}'
6767integration = ' pytest -m "integration" {args:tests}'
68- all = ' pytest --reruns-delay 30 -x {args:tests}'
68+ all = ' pytest --reruns 3 --reruns -delay 30 -x {args:tests}'
6969cov-retry = ' pytest --cov=haystack_integrations --reruns 3 --reruns-delay 30 -x {args:tests}'
7070
7171types = """ mypy -p haystack_integrations.components.generators.togetherai {args}"""
You can’t perform that action at this time.
0 commit comments