-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Latest version doesn't work with freezegun #15073
Copy link
Copy link
Open
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
The latest versions 2.11.0 and 1.34.0 don't support using
freezegunin unit tests, e.g., in conjunction with google-cloud-datastore. It seems the following merge broke it:fix: Major refactoring of Polling, Retry and Timeout logicgoogleapis/python-api-core#462
Version 2.10.2, which is the last version before that merge, works fine.
Do you need more info?