Skip to content

Commit

Permalink
Replace unmaintained pytest-freezegun (#2576)
Browse files Browse the repository at this point in the history
  • Loading branch information
jugmac00 authored May 19, 2023
1 parent 16a6af7 commit 7499d19
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 @@ -57,7 +57,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 7499d19

Please sign in to comment.