diff --git a/pyproject.toml b/pyproject.toml index 88869051b..7be51a5e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,5 +45,5 @@ env_files = ["test.env"] addopts = "-v --color=yes -n auto" filterwarnings = [ "ignore:.*'soft_unicode' has been renamed to 'soft_str'*:DeprecationWarning", - "ignore:*DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version.*", + "ignore:*datetime.datetime.utcnow() is deprecated*:DeprecationWarning", ]