Skip to content

Releases: pytest-dev/pytest-freezer

0.4.8

21 Jun 05:30
3be63e6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.7...0.4.8

0.4.7

17 Jun 06:05
dd90624
Compare
Choose a tag to compare

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

  • @hugovk made their first contribution in #7

Full Changelog: 0.4.6...0.4.7

0.4.6

20 Oct 01:22
f9670a3
Compare
Choose a tag to compare
  • use the context manager of freezegun rather than explicit start/stop

0.4.5

18 Oct 07:14
fa378a1
Compare
Choose a tag to compare
  • Require Python >= 3.6
  • Add lower bound on freezegun >= 1.0

0.4.4

18 Oct 05:58
0430ed2
Compare
Choose a tag to compare
  • Transferred ownership to pytest-dev org
  • Use upstream's default ignore patterns and don't mutate the marker kwargs

0.4.3

18 Oct 04:57
Compare
Choose a tag to compare
  • 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

18 Oct 04:25
fafbaf3
Compare
Choose a tag to compare
  • Initial release. The version number is chosen for parity with current pytest-freezegun release.