Closed
Description
The tests emit the following deprecation warning:
DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC)
This is coming from botocore
. This PR is looking to address it, but in the meantime we should catch this warning.
Metadata
Metadata
Assignees
Labels
No labels