Add explanatory comment in tests/patch_time.py (#120572)

pull/120296/head
Erik Montnemery 2024-06-26 15:49:34 +02:00 committed by GitHub
parent f65d91f6d2
commit 862cd76f89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -25,4 +25,5 @@ dt_util.utcnow = _utcnow # type: ignore[assignment]
event_helper.time_tracker_utcnow = _utcnow # type: ignore[assignment]
util.utcnow = _utcnow # type: ignore[assignment]
# Replace bound methods which are not found by freezegun
runner.monotonic = _monotonic # type: ignore[assignment]