Skip to content

Add -v/--verbose flag for detailed HTTP request logging (issue #27) #186

Add -v/--verbose flag for detailed HTTP request logging (issue #27)

Add -v/--verbose flag for detailed HTTP request logging (issue #27) #186

Re-run triggered February 14, 2026 18:28
Status Failure
Total duration 28s
Artifacts

python-CI.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
build
Process completed with exit code 1.
Ruff (F811): tests/test_download_auth.py#L12
tests/test_download_auth.py:12:50: F811 Redefinition of unused `DownloadAuthError` from line 9
Ruff (F401): tests/test_download_auth.py#L12
tests/test_download_auth.py:12:40: F401 `databusclient.api.download.download` imported but unused
Ruff (F811): tests/test_download_auth.py#L10
tests/test_download_auth.py:10:27: F811 Redefinition of unused `patch` from line 1
Ruff (F821): databusclient/cli.py#L270
databusclient/cli.py:270:16: F821 Undefined name `re`