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