Files
freeipa/ipatests/test_webui
Alexander Bokovoy 09497d2df0 python 3.12: utcnow function is deprecated
The following warning is displayed on a system running with Python 3.12:
-------------------
/usr/lib/python3.12/site-packages/ipalib/rpc.py:925: DeprecationWarning:
datetime.utcnow() is deprecated and scheduled for removal in a future
version. Use timezone-aware objects to represent datetimes in UTC:
datetime.now(datetime.UTC).

  timestamp=datetime.datetime.utcnow())
-------------------

Fixes: https://pagure.io/freeipa/issue/9425
Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
2023-08-09 18:31:03 +02:00
..
2018-05-31 13:05:05 +02:00
2016-03-11 11:52:25 +01:00
2017-03-14 10:40:10 +01:00
2013-07-16 13:15:59 +02:00
2018-11-13 13:37:58 +01:00

http://www.freeipa.org/page/Web_UI_Integration_Tests