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
By packaging 3.5.0 on Gentoo Linux I see the following warning that come from test with python-3.12:
=============================== warnings summary ===============================
pgactivity/utils.py::pgactivity.utils.csv_write
/var/tmp/portage/dev-db/pg_activity-3.5.0/work/pg_activity-3.5.0/pgactivity/utils.py:283: 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).
dt = datetime.utcnow().strftime("%Y-%m-%dT%H:%m:%SZ")
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
The text was updated successfully, but these errors were encountered:
By packaging 3.5.0 on Gentoo Linux I see the following warning that come from test with python-3.12:
The text was updated successfully, but these errors were encountered: