Skip to content

Commit e9cc808

Browse files
authored
fix: pytest-freezer actually depends on freezegun>=1.1
pytest_freezer.py tries to run freezegun.configure, which is only available from freezegun 1.1.
1 parent a18bef5 commit e9cc808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ classifiers = [
1111
"Framework :: Pytest",
1212
]
1313
version = "0.4.8"
14-
dependencies = ["pytest >= 3.6", "freezegun >= 1.0"]
14+
dependencies = ["pytest >= 3.6", "freezegun >= 1.1"]
1515
requires-python = ">= 3.6"
1616
readme = "README.rst"
1717
description = "Pytest plugin providing a fixture interface for spulec/freezegun"

0 commit comments

Comments
 (0)