summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2022-10-18 21:25:07 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2022-10-18 21:25:20 +0300
commit71f476b57e6fc573535c4f4153547bca5dfad041 (patch)
tree7c81ca13edd3338f1b1b4e3f155bebb0d84dada8
parent494bcbec174153f88fa0893e09efed38d15703cb (diff)
downloadapscheduler-71f476b57e6fc573535c4f4153547bca5dfad041.tar.gz
Migrated from pytest-freezegun to pytest-freezer
The formerly mentioned project is dead.
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ef794e8..841d995 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -58,7 +58,7 @@ test = [
"pymysql[rsa]",
"pytest >= 5.0",
"pytest-cov",
- "pytest-freezegun",
+ "pytest-freezer",
"pytest-lazy-fixture",
"pytest-mock",
"redis[hiredis] >= 4.4.0rc1",