Add deprecation warning ignores to pytest.ini

Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
Dan Ryan
2018-10-07 01:02:47 -04:00
parent 17e73f5cb9
commit 3f8824fad7
+3
View File
@@ -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