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