ci: reduce pytest job stdout log

This commit is contained in:
igor udot (horw)
2023-10-31 19:01:40 +08:00
committed by igor.udot
parent 859d9a89e1
commit b887f476da
2 changed files with 39 additions and 2 deletions
+1 -2
View File
@@ -5,7 +5,6 @@ python_files = pytest_*.py
# ignore PytestExperimentalApiWarning for record_xml_attribute
# set traceback to "short" to prevent the overwhelming tracebacks
addopts =
-s -vv
--embedded-services esp,idf
--tb short
--strict-markers
@@ -23,7 +22,7 @@ filterwarnings =
# log related
log_cli = True
log_cli_level = INFO
log_cli_level = WARNING
log_cli_format = %(asctime)s %(levelname)s %(message)s
log_cli_date_format = %Y-%m-%d %H:%M:%S