How to install python3-freezegun in CentOS/RHEL 8 (noarch)
Let your Python tests travel through time
License: ASL 2.0
https://pypi.io/project/freezegun
Install
sudo dnf -y install https://extras.getpagespeed.com/release-latest.rpm sudo dnf -y install python3-freezegun
Description
freezegun is a library that allows your python tests to travel through time by mocking the datetime module. This is the Python 3 library.
RPMs
Adam Williamson (2019-02-11)
—
- Backport fix for #269 that should fix cached-property tests