Releases: ktosiek/pytest-freezegun
Releases · ktosiek/pytest-freezegun
0.4.2 Fixes
Fixed
- Work with pre-release pytest versions, by chandlernine, with a different implementation proposed by Aly Sivji.
- Marking a test with
freeze_time
should freeze time in fixtures, even if thefreezer
fixture is also used explicitly late in the fixture list. Thanks to Christian Grossmüller for pointing out the problem.
0.4.1
Added
- Support for class-based tests, by Richard Terry.
- Registering the
freeze_time
mark, thanks to Dima Tisnek, Craig Anderson and Richard Terry. This was in really high demand. - Tests for Python 3.7 and 3.8.
- Tests for pytest 5.
- And a PyPI badge, thanks to Andreu Vallbona Plazas.
Removed
- Support for Python before 3.5 (including 2.7), implemented by Nicolas Delaby.
Those versions are getting hard to test on CI.
0.3.0.post1
Release as a universal wheel, to support Python 2 too.
0.3.0
Added
- Support for pytest 3.6+, including 4.0. Thanks to Oliver Sauder and Nate Parsons.
Removed
- Support for freezegun 0.3.0 (it might still work, but is not tested anymore)
- Support for Python 3.3 (it might still work, but is not tested anymore)