Enable pytest live log and show warning logs on GitHub Actions CI runs (#35912)

* fix

* remove

* fix

---------

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2025-02-10 13:36:20 +01:00
committed by GitHub
parent 48a309d0d2
commit 3897f2caf8
4 changed files with 13 additions and 6 deletions

View File

@@ -52,3 +52,5 @@ markers = [
"bitsandbytes: select (or deselect with `not`) bitsandbytes integration tests",
"generate: marks tests that use the GenerationTesterMixin"
]
log_cli = 1
log_cli_level = "WARNING"