Skip to content

Commit

Permalink
Replace unmaintained pytest-freezegun (pypa#2576)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7499d19)
  • Loading branch information
jugmac00 authored and tarpas committed Jun 2, 2023
1 parent 248b54e commit bf9c84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ optional-dependencies.test = [
"packaging>=23.1",
"pytest>=7.3.1",
"pytest-env>=0.8.1",
'pytest-freezegun>=0.4.2; platform_python_implementation == "PyPy"',
'pytest-freezer>=0.4.2; platform_python_implementation == "PyPy"',
"pytest-mock>=3.10",
"pytest-randomly>=3.12",
"pytest-timeout>=2.1",
Expand Down

0 comments on commit bf9c84d

Please sign in to comment.