fix: WoodpeckerRunner#get_service fixed

This commit is contained in:
Piotr Dec 2026-02-12 23:04:16 +01:00
parent b83df4326c
commit f05da05d6c
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0
3 changed files with 19 additions and 2 deletions

View file

@ -46,3 +46,7 @@ target-version = "py312"
[tool.pytest.ini_options]
asyncio_mode = "auto"
log_cli = true
log_cli_level = "INFO"
log_cli_format = "%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)"
log_cli_date_format = "%Y-%m-%d %H:%M:%S"