File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 86
86
run : pip install uv && uv pip install --system ".[dev,distributed]"
87
87
88
88
- 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
90
90
91
91
run-windows-local-tests :
92
92
runs-on : ${{ matrix.os }}
@@ -109,4 +109,4 @@ jobs:
109
109
run : pip install uv && uv pip install --system ".[dev,distributed]"
110
110
111
111
- 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
You can’t perform that action at this time.
0 commit comments