Skip to content

Commit 99fed17

Browse files
committed
Only rerun includes urllib.error.HTTPError
1 parent 5307f17 commit 99fed17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: pip install uv && uv pip install --system ".[dev,distributed]"
8787

8888
- name: Run tests
89-
run: pytest --cov=nixtla --reruns 2 --reruns-delay 1 --only-rerun httpx.ConnectError nixtla_tests
89+
run: pytest --cov=nixtla --reruns 2 --reruns-delay 1 --only-rerun httpx.ConnectError --only-rerun urllib.error.HTTPError nixtla_tests
9090

9191
run-windows-local-tests:
9292
runs-on: ${{ matrix.os }}
@@ -109,4 +109,4 @@ jobs:
109109
run: pip install uv && uv pip install --system ".[dev,distributed]"
110110

111111
- name: Run tests
112-
run: pytest --cov=nixtla -m "not distributed_run" --reruns 2 --reruns-delay 1 --only-rerun httpx.ConnectError nixtla_tests
112+
run: pytest --cov=nixtla -m "not distributed_run" --reruns 2 --reruns-delay 1 --only-rerun httpx.ConnectError --only-rerun urllib.error.HTTPError nixtla_tests

0 commit comments

Comments
 (0)