diff --git a/pyproject.toml b/pyproject.toml index 9c90c4b..116791d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,5 +13,7 @@ sections="FUTURE,STDLIB,THIRDPARTY,OCTODNS,FIRSTPARTY,LOCALFOLDER" [tool.pytest.ini_options] filterwarnings = [ 'error', + # TODO: remove once octodns 2.0 has been released + 'ignore:.*DEPRECATED.*2.0', ] pythonpath = "."