Merge branch 'ci/revert-pytest-ini' into 'master'

ci: revert pytest.ini -s -vv

See merge request espressif/esp-idf!30311
This commit is contained in:
Igor Udot
2024-04-22 14:55:23 +08:00
2 changed files with 3 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ python_files = pytest_*.py
# ignore PytestExperimentalApiWarning for record_xml_attribute # ignore PytestExperimentalApiWarning for record_xml_attribute
# set traceback to "short" to prevent the overwhelming tracebacks # set traceback to "short" to prevent the overwhelming tracebacks
addopts = addopts =
-s -vv
--embedded-services esp,idf --embedded-services esp,idf
--tb short --tb short
--strict-markers --strict-markers
@@ -22,7 +23,7 @@ filterwarnings =
# log related # log related
log_cli = True log_cli = True
log_cli_level = WARNING log_cli_level = INFO
log_cli_format = %(asctime)s %(levelname)s %(message)s log_cli_format = %(asctime)s %(levelname)s %(message)s
log_cli_date_format = %Y-%m-%d %H:%M:%S log_cli_date_format = %Y-%m-%d %H:%M:%S

View File

@@ -50,7 +50,7 @@
PYTEST_NODES: "" PYTEST_NODES: ""
TARGET_SELECTOR: "" TARGET_SELECTOR: ""
ENV_MARKERS: "" 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: cache:
# Usually do not need submodule-cache in target_test # Usually do not need submodule-cache in target_test
- key: pip-cache-${LATEST_GIT_TAG} - key: pip-cache-${LATEST_GIT_TAG}