python-openstackclient/openstackclient/tests/functional
Takashi Natsume fb1f841d2d Replace deprecated datetime.utcnow()
The datetime.utcnow() is deprecated in Python 3.12.
Replace datetime.utcnow() with
datetime.now(datetime.timezone.utc).replace(tzinfo=None).

Change-Id: Ic20174a9c6cacac05471fa57b105c1f784a73057
Signed-off-by: Takashi Natsume <takanattie@gmail.com>
2024-11-13 15:48:59 +00:00
..
common Merge "compute: Allow adding, removing multiple SGs" 2024-09-17 13:26:47 +00:00
compute pre-commit: Migrate pyupgrade to ruff 2024-09-12 18:08:23 +01:00
identity Replace deprecated datetime.utcnow() 2024-11-13 15:48:59 +00:00
image pre-commit: Migrate pyupgrade to ruff 2024-09-12 18:08:23 +01:00
network pre-commit: Migrate pyupgrade to ruff 2024-09-12 18:08:23 +01:00
object pre-commit: Migrate pyupgrade to ruff 2024-09-12 18:08:23 +01:00
volume pre-commit: Migrate pyupgrade to ruff 2024-09-12 18:08:23 +01:00
__init__.py move all functional tests to tests module 2016-09-09 03:29:47 +00:00
base.py trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00