Our Python tests generate lots of warnings about a deprecated method in the Python datetime library.
/calycopis/Calycopis-schema/github-zrq/codegen/python/client/build/calycopis_client/wrappers/execution_client.py:219:
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).
while datetime.utcnow() < deadline:
Our Python tests generate lots of warnings about a deprecated method in the Python datetime library.