Increase pytest command verbosity

This should help investigating on tests timeout sissues.

Change-Id: I91b16f5775c8ebd5f03763e8848de7efd886d7a5
This commit is contained in:
Federico Ressi 2021-09-27 09:33:36 +02:00
parent 04b7a66e52
commit 03853a7593
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ def run_test_cases():
# Pass environment variables to pytest command
environ = dict(os.environ, TOX_REPORT_NAME=TOX_REPORT_NAME)
common.execute(f"pytest "
common.execute("pytest -v "
f"{xdist_options} "
f"{rerun_options} "
f"{cover_options} "