- OS version and name: Ubuntu 24.04
- Pendulum version: 3.0.0
Issue
A breaking change in time-machine 3.0.0 breaks tests using pendulum travel_to.
AttributeError: module 'time_machine' has no attribute 'Coordinates'
We fixed on our side pinning
time-machine>=2.10.0,<3.0.0
The solution may involve pinning and/or updating to address breaking changes.