Skip to content

WIP

WIP #552

Triggered via push January 20, 2025 22:34
Status Failure
Total duration 15s
Artifacts

ruff.yml

on: push
Matrix: ruff
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Ruff (EXE001): tests/test_backend_internet.py#L1
tests/test_backend_internet.py:1:1: EXE001 Shebang is present but file is not executable
Ruff (ARG001): tests/test_backend_internet.py#L88
tests/test_backend_internet.py:88:51: ARG001 Unused function argument: `tmp_path`
Ruff (PT011): tests/test_backend_internet.py#L120
tests/test_backend_internet.py:120:24: PT011 `pytest.raises(ValueError)` is too broad, set the `match` parameter or use a more specific exception
Ruff (FBT003): tests/test_backend_internet.py#L121
tests/test_backend_internet.py:121:30: FBT003 Boolean positional value in function call
Ruff (FBT003): tests/test_backend_internet.py#L128
tests/test_backend_internet.py:128:36: FBT003 Boolean positional value in function call
ruff (py39)
Process completed with exit code 1.
ruff (py39)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636