You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test
Sloane Hertel 4c41562270
remove deprecated datetime.datetime methods (#81323)
* Remove datetime.datetime.utcfromtimestamp and datetime.datetime.uctnow
  from controller code since they are deprecated in Python 3.12.

* Update target side code to use new utcfromtimestamp and utcnow utils in ansible.module_utils.compat.datetime that return aware datetime objects on Python 2.7 and 3.

Co-authored-by: Matt Clay <matt@mystile.com>
1 year ago
..
integration fix redis cache setup (#81329) 1 year ago
lib/ansible_test Update ansible-test containers to test Python 3.12 with the test venvs (#81330) 1 year ago
sanity Raise the minimum setuptools version to 66.1.0 (#81341) 1 year ago
support remove deprecated datetime.datetime methods (#81323) 1 year ago
units remove deprecated datetime.datetime methods (#81323) 1 year ago