diff --git a/pytest.ini b/pytest.ini index 2c57330..c6aa5df 100644 --- a/pytest.ini +++ b/pytest.ini @@ -2,3 +2,4 @@ addopts= -rsxX -s -v --strict --capture=sys filterwarnings = error::UserWarning + ignore:.*U.* is deprecated:DeprecationWarning