You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pytest task seems to hardcode --log-cli-level INFO, which will effectively ignore .ini options or addopts overrides.
Could not find an alternative easily limit the terminal logs to e.g. WARNING.
The pytest task seems to hardcode
--log-cli-level INFO
, which will effectively ignore .ini options oraddopts
overrides.Could not find an alternative easily limit the terminal logs to e.g. WARNING.
Ref: https://github.com/kraken-build/kraken/blob/5980e4f49722cc030f61cee1ae7aa8ffec12f146/kraken-build/src/kraken/std/python/tasks/pytest_task.py#L72C24-L72C37
The text was updated successfully, but these errors were encountered: