Skip to content

Releases: ktosiek/pytest-freezegun

0.4.2 Fixes

19 Jul 17:52
Compare
Choose a tag to compare

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 the freezer fixture is also used explicitly late in the fixture list. Thanks to Christian Grossmüller for pointing out the problem.

0.4.1

02 Feb 19:36
Compare
Choose a tag to compare

Added

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

02 Feb 19:12
Compare
Choose a tag to compare

Release as a universal wheel, to support Python 2 too.

0.3.0

02 Feb 19:13
Compare
Choose a tag to compare

Added

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)