diff --git a/tools/run_tests.py b/tools/run_tests.py index 0c8377fba..c1fad5f26 100755 --- a/tools/run_tests.py +++ b/tools/run_tests.py @@ -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} "