Skip to content

Commit 7499d19

Browse files
authored
Replace unmaintained pytest-freezegun (#2576)
1 parent 16a6af7 commit 7499d19

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
@@ -57,7 +57,7 @@ optional-dependencies.test = [
5757
"packaging>=23.1",
5858
"pytest>=7.3.1",
5959
"pytest-env>=0.8.1",
60-
'pytest-freezegun>=0.4.2; platform_python_implementation == "PyPy"',
60+
'pytest-freezer>=0.4.2; platform_python_implementation == "PyPy"',
6161
"pytest-mock>=3.10",
6262
"pytest-randomly>=3.12",
6363
"pytest-timeout>=2.1",

0 commit comments

Comments
 (0)