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
Note that up until version 1.2.1, I could force the test to pass by modifying freeze_time as shown below. However, since version 1.2.2, it takes time zones into consideration, so it is no longer possible to pass the test.
To test the code that uses schedule, I ran the following test code in combination with freezegun, but the test failed.
The output when running the test is as follows.
pytest-freezegun appears to be freezing the time as intended. What could be the issue?
The text was updated successfully, but these errors were encountered: