From 94718c1d29aceb1e78f0cbd30617fff8bdda5a0a Mon Sep 17 00:00:00 2001 From: Ben Thorner Date: Mon, 8 Mar 2021 17:44:48 +0000 Subject: [PATCH] Quieten output for pytest This avoids being verbose by default, which is consistent with how we configure pytest for the admin app [1]. [1]: https://github.com/alphagov/notifications-admin/blob/master/pytest.ini#L16 --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index c18c8e24f..7b739fee7 100644 --- a/pytest.ini +++ b/pytest.ini @@ -5,5 +5,5 @@ env = MMG_API_KEY=mmg-secret-key FIRETEXT_API_KEY=Firetext NOTIFICATION_QUEUE_PREFIX=testing -addopts = -v -p no:warnings +addopts = -p no:warnings xfail_strict = true