From 0ccbda4b9163828e2e3ce0fd58106d1f09737800 Mon Sep 17 00:00:00 2001 From: Axel H Date: Wed, 14 Dec 2022 19:37:47 +0100 Subject: [PATCH] test(warnings): switch from the unmaintained `pytest-freezegun` to `pytest-freezer` removing warnings --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6bce788426..e4a2f1375e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,9 +79,8 @@ pytest = "^7.0.0" pytest-cov = "^2.6" pytest-mock = "^2.0" codecov = "^2.0" -freezegun = "^0.3.15" -pytest-regressions = "^2.2.0" -pytest-freezegun = "^0.4.2" +pytest-regressions = "^2.4.0" +pytest-freezer = "^0.4.6" # code formatter black = "^21.12b0" isort = "^5.7.0"