From aad266369597281c79022cc4d807bc2be2b08b43 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Tue, 30 Oct 2018 17:13:40 -0700 Subject: [PATCH] Only error on DeprecationWarnings --- pytest.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 085c7258e..2669c1105 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,4 @@ [pytest] -addopts = -Werror --numprocesses auto --pyargs +addopts = --numprocesses auto --pyargs +filterwarnings = + error::DeprecationWarning