You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have multiple warnings in tests around deprecation. All of them are linked to upstream issues, I've created them and add a link here for follow-up.
cdxj_indexer
cdxj_indexer/postquery.py:9
/home/benoit/Repos/openzim/warc2zim/.hatch/warc2zim/lib/python3.12/site-packages/cdxj_indexer/postquery.py:9: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13
import cgi
pyamf/util/__init__.py:217: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
datetime.datetime.utcfromtimestamp(-31536000.0)
pyamf/adapters/__init__.py:44
/home/benoit/Repos/openzim/warc2zim/.hatch/warc2zim/lib/python3.12/site-packages/pyamf/adapters/__init__.py:44: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources
warcio/recordbuilder.py:156: 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).
return datetime_to_iso_date(datetime.datetime.utcnow(), use_micros=use_micros)
We have multiple warnings in tests around deprecation. All of them are linked to upstream issues, I've created them and add a link here for follow-up.
cdxj_indexer
webrecorder/cdxj-indexer#23
pyamf
pyamf is a sub-dependency of
cdxj-indexer
StdCarrot/Py3AMF#19
warcio
webrecorder/warcio#163
The text was updated successfully, but these errors were encountered: