File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ dependencies = [
6060[tool .hatch .envs .test .scripts ]
6161unit = ' pytest -m "not integration" {args:tests}'
6262integration = ' pytest -m "integration" {args:tests}'
63- all = ' pytest {args:tests}'
63+ all = ' pytest --reruns 3 --reruns-delay 30 -x {args:tests}'
6464cov-retry = ' pytest --cov=haystack_integrations --reruns 3 --reruns-delay 30 -x {args:tests}'
6565
6666types = " mypy -p haystack_integrations.components.generators.llama_stack {args}"
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ dependencies = [
6363[tool .hatch .envs .test .scripts ]
6464unit = ' pytest -m "not integration" {args:tests}'
6565integration = ' pytest -m "integration" {args:tests}'
66- all = ' pytest {args:tests}'
66+ all = ' pytest --reruns 3 --reruns-delay 30 -x {args:tests}'
6767cov-retry = ' pytest --cov="haystack_integrations" --reruns 3 --reruns-delay 30 -x {args:tests}'
6868
6969types = " mypy -p haystack_integrations.components.generators.meta_llama {args}"
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 {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