From 15ffa7bab657098d1dea790ce4c49c3da652140a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Bregu=C5=82a?= Date: Sat, 4 Jan 2020 23:56:53 +0100 Subject: [PATCH] [AIRFLOW-6459] Increase verbosity of pytest (#7049) (cherry picked from commit 4069c0775d42c8452bb09aa8f8ce5d24e12eb29b) --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 27bba8af7cf70..bf9ef5687fa8f 100644 --- a/pytest.ini +++ b/pytest.ini @@ -18,7 +18,7 @@ [pytest] addopts = -rasl - --verbosity=1 + --verbosity=2 ; This will treat all tests as flaky ; --force-flaky norecursedirs =