Releases: pytest-dev/pytest-freezer
Releases · pytest-dev/pytest-freezer
0.4.7
What's Changed
- Add testing on Python 3.7, 3.11 and 3.12-dev in CI. Remove testing on 3.6 and 3.10. by @hugovk in #7
- run tests on weekly schedule by @wimglenn in #8
- configure hatch file selection by @wimglenn in #10
New Contributors
Full Changelog: 0.4.6...0.4.7
0.4.6
- use the context manager of freezegun rather than explicit start/stop
0.4.5
- Require Python >= 3.6
- Add lower bound on freezegun >= 1.0
0.4.4
- Transferred ownership to pytest-dev org
- Use upstream's default ignore patterns and don't mutate the marker kwargs
0.4.3
- added docstring to the fixture. this shows in the output of
pytest --fixtures
- fixed license metadata so the whole text is not rendering on PyPI landing page :)
0.4.2
- Initial release. The version number is chosen for parity with current pytest-freezegun release.