Skip to content

fix: raise TimeoutError on ZMQ retry exhaustion instead of returning None #308

fix: raise TimeoutError on ZMQ retry exhaustion instead of returning None

fix: raise TimeoutError on ZMQ retry exhaustion instead of returning None #308

Triggered via pull request March 2, 2026 06:39
Status Failure
Total duration 41s
Artifacts

ci.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

3 errors
lint
Process completed with exit code 1.
ruff (F841): tests/test_read_status.py#L126
tests/test_read_status.py:126:55: F841 Local variable `f` is assigned to but never used help: Remove assignment to unused variable `f`
ruff (F401): tests/test_read_status.py#L9
tests/test_read_status.py:9:17: F401 `numpy` imported but unused help: Remove unused import: `numpy`