From 3313dcfc9f8f1ca04d8cf92b114d5d5e7733e0db Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Sat, 24 Mar 2018 02:09:52 +0100 Subject: [PATCH 2/5] tox.ini: use pytest-freezegun (#22732) --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 3e849d7..21076df 100644 --- a/tox.ini +++ b/tox.ini @@ -14,6 +14,7 @@ deps = django111: django>=1.11,<1.12 pytest-cov pytest-django + pytest-freezegun pytest WebTest mock -- 2.14.2