summaryrefslogtreecommitdiff
path: root/server/requirements.txt
diff options
context:
space:
mode:
authorrr- <rr-@sakuya.pl>2016-04-18 19:42:24 +0200
committerrr- <rr-@sakuya.pl>2016-04-18 19:42:24 +0200
commit1c064778c66e772a93d5d1b202f01f07eaeb3a21 (patch)
tree56532797554961ca3d4705ed5a665a03889f8c0d /server/requirements.txt
parente8a9c4ad513815502ceea911d2154619eb36aa3b (diff)
server/tests: adapt freezegun
The reason why this is added to the project is because it has turned out mocking the time is not as trivial as I originally anticipated (specifically, there are some problems with SQLite).
Diffstat (limited to 'server/requirements.txt')
-rw-r--r--server/requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/requirements.txt b/server/requirements.txt
index c59cf69..c521c28 100644
--- a/server/requirements.txt
+++ b/server/requirements.txt
@@ -5,3 +5,4 @@ psycopg2>=2.6.1
SQLAlchemy>=1.0.12
pytest>=2.9.1
pytest-cov>=2.2.1
+freezegun>=0.3.6