Skip to content

Commit 149ee03

Browse files
chore(deps): bump black from 25.9.0 to 26.3.1 (#772)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Saul Caballero <saul.caballero.ramirez@gmail.com>
1 parent 5d8b197 commit 149ee03

File tree

2 files changed

+68
-34
lines changed

2 files changed

+68
-34
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
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

0 commit comments

Comments
 (0)