From 6f3c788c786dac23c8401e9d8d40627aea1204d7 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Fri, 24 Nov 2017 15:58:12 -0500 Subject: [PATCH] pytest: Show all warnings --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 55167d0..4603e34 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1,4 @@ [pytest] addopts = --capture=no --assert=plain --strict --tb native testpaths = tests +filterwarnings = default