Skip to content

Commit

Permalink
add filter for utcnow deprecation, remove filter for resource warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Dec 11, 2024
1 parent 78469fe commit 7f72f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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:*datetime.datetime.utcnow() is deprecated*:DeprecationWarning",
"ignore:.*datetime.datetime.utcnow() is deprecated*:DeprecationWarning",
]

0 comments on commit 7f72f56

Please sign in to comment.