From 3f8824fad7ccb63bbd6c3b4dde3cc54bdbd8b774 Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Sun, 7 Oct 2018 01:02:47 -0400 Subject: [PATCH] Add deprecation warning ignores to pytest.ini Signed-off-by: Dan Ryan --- pytest.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pytest.ini b/pytest.ini index eee579da..48dfab02 100644 --- a/pytest.ini +++ b/pytest.ini @@ -3,3 +3,6 @@ addopts = -ra -n auto testpaths = tests/ ; Add vendor and patched in addition to the default list of ignored dirs norecursedirs = .* build dist CVS _darcs {arch} *.egg vendor patched news tasks docs +filterwarnings = + ignore::DeprecationWarning + ignore::PendingDeprecationWarning