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.