use time-machine package for testing

This commit is contained in:
Sina Atalay 2024-01-28 21:13:36 +01:00
parent 3f45dc57a0
commit 438bf3101e
1 changed files with 1 additions and 1 deletions

View File

@ -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.