diff --git a/pytest.ini b/pytest.ini index 9e3d6ad3..da67dd11 100644 --- a/pytest.ini +++ b/pytest.ini @@ -13,3 +13,5 @@ python_functions = pytest_* filterwarnings = error ignore:SelectableGroups dict interface:DeprecationWarning:flake8 + ignore: is not using a cooperative constructor:pytest.PytestDeprecationWarning + ignore:The .+? argument to Flake8Item is deprecated:pytest.PytestRemovedIn8Warning