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 8f0d68c commit 78469fe
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:*DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version.*",
"ignore:*datetime.datetime.utcnow() is deprecated*:DeprecationWarning",
]

0 comments on commit 78469fe

Please sign in to comment.