Fixed
- Work with pre-release pytest versions, by chandlernine, with a different implementation proposed by Aly Sivji.
- Marking a test with
freeze_timeshould freeze time in fixtures, even if thefreezerfixture is also used explicitly late in the fixture list. Thanks to Christian Grossmüller for pointing out the problem.