File tree Expand file tree Collapse file tree 2 files changed +68
-34
lines changed
Expand file tree Collapse file tree 2 files changed +68
-34
lines changed Original file line number Diff line number Diff line change 6363 # Required for distributed tests: Ray/Spark spawn worker processes
6464 # that need to locate the correct Python environment
6565 UV_PROJECT_ENVIRONMENT : ${{ github.workspace }}/.venv
66- run : uv run pytest --cov=nixtla --reruns 3 --reruns-delay 10 --only-rerun ConnectError --only-rerun "Too Many Requests" nixtla_tests
66+ run : uv run pytest --cov=nixtla --reruns 3 --reruns-delay 10 --only-rerun ConnectError --only-rerun "Too Many Requests" --only-rerun "Internal server error" nixtla_tests
6767
6868 - name : Run tests (not Linux Python 3.11)
6969 if : runner.os != 'Linux' || matrix.python-version != '3.11'
70- run : uv run pytest --cov=nixtla -m "not distributed_run" --reruns 3 --reruns-delay 10 --only-rerun ConnectError --only-rerun "Too Many Requests" nixtla_tests
70+ run : uv run pytest --cov=nixtla -m "not distributed_run" --reruns 3 --reruns-delay 10 --only-rerun ConnectError --only-rerun "Too Many Requests" --only-rerun "Internal server error" nixtla_tests
You can’t perform that action at this time.
0 commit comments