ci: revert pytest.ini -s -vv

pull/13557/merge
igor.udot 2024-04-17 17:18:15 +08:00
rodzic dffa13b930
commit 99a0ce0db0
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -5,6 +5,7 @@ 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
@ -22,7 +23,7 @@ filterwarnings =
# log related
log_cli = True
log_cli_level = WARNING
log_cli_level = INFO
log_cli_format = %(asctime)s %(levelname)s %(message)s
log_cli_date_format = %Y-%m-%d %H:%M:%S

Wyświetl plik

@ -50,7 +50,7 @@
PYTEST_NODES: ""
TARGET_SELECTOR: ""
ENV_MARKERS: ""
PYTEST_EXTRA_FLAGS: "--dev-passwd ${ETHERNET_TEST_PASSWORD} --dev-user ${ETHERNET_TEST_USER}"
PYTEST_EXTRA_FLAGS: "--dev-passwd ${ETHERNET_TEST_PASSWORD} --dev-user ${ETHERNET_TEST_USER} --capture=fd --verbosity=0"
cache:
# Usually do not need submodule-cache in target_test
- key: pip-cache-${LATEST_GIT_TAG}