diff --git a/pyproject.toml b/pyproject.toml index d1d12a93e..0bb4bf7bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ follow_imports = 'skip' xfail_strict = true filterwarnings = [ "error", - "ignore::DeprecationWarning:pandas.*", + "ignore::DeprecationWarning:dateutil.*", ] [tool.coverage.run]