From 3a94e5bbe5af57a49a9ffce7c291ef2ac4a45ca0 Mon Sep 17 00:00:00 2001 From: Parag Kulkarni Date: Tue, 17 Oct 2023 19:36:23 +0530 Subject: [PATCH] pytest -v --- .../home/coder/.local/bin/run-test-or-analysis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/continuous_integration/home/coder/.local/bin/run-test-or-analysis b/continuous_integration/home/coder/.local/bin/run-test-or-analysis index 63476cfc8..49d560de2 100755 --- a/continuous_integration/home/coder/.local/bin/run-test-or-analysis +++ b/continuous_integration/home/coder/.local/bin/run-test-or-analysis @@ -19,7 +19,7 @@ run_test_or_analysis() { echo "Executing unit tests..." mamba install -y -n "${DEFAULT_CONDA_ENV:-legate}" -c conda-forge pytest pytest-mock ipython jupyter_client ucx openmpi cd ~/legate/tests/unit - pytest -v --verbosity=4 + pytest -v ;; "mypy") echo "Executing mypy..."