From 438bf3101eadd316e3f06cdc23016bfd4d40417f Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sun, 28 Jan 2024 21:13:36 +0100 Subject: [PATCH] use time-machine package for testing --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d20504..8bbb835 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ building_docs = ["mkdocs-material==9.5.4", "mkdocstrings-python==1.8.0"] # For tests, RenderCV uses pytest. Coverage package is used to generate coverage # reports. -testing = ["coverage==7.4.0", "pytest==7.4.4"] +testing = ["coverage==7.4.0", "pytest==7.4.4", "time-machine==2.13.0"] # Ruff is a linter (a tool to flag stylistic errors, bugs, suspicious constructs, etc.) # Black is a code formatter.