From bf9c84ddfc777894e317f10d1c5e12d790e7d7d3 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) (cherry picked from commit 7499d190da00df3d55f3bf4a487959591aa7840e) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef2ebd193..664c697e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",