From 7499d190da00df3d55f3bf4a487959591aa7840e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Gmach?= Date: Fri, 19 May 2023 18:50:15 +0200 Subject: [PATCH] Replace unmaintained `pytest-freezegun` (#2576) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5a883da5b..2db441002 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",