From f83ec08f1d165a9099d444dc83d6a8a80b07a842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20P=2E=20Ren=C3=A9=20de=20Cotret?= Date: Wed, 2 Dec 2020 14:38:30 -0500 Subject: [PATCH] CI: show all warnings during tests --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8ed37a98..754af531 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,7 +18,7 @@ jobs: - bash: | source activate irisbuild - python -m unittest discover --verbose + python -Wa -m unittest discover --verbose displayName: Unit tests - bash: | @@ -70,7 +70,7 @@ jobs: - bash: | source activate irisbuild - python -m unittest discover --verbose + python -Wa -m unittest discover --verbose displayName: Unit tests - bash: |