From 983ba18800538f456dd59d25d2f3db65af2cb353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Gmach?= Date: Thu, 18 May 2023 09:47:50 +0200 Subject: [PATCH] Replace unmaintained `pytest-freezegun` ... with the drop-in replacement `pytest-freezer`, which is maintained by the pytest github organisation. --- 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",