Install mock by default to allow easier testing of deployed

instances.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2017-09-06 00:08:30 -04:00
parent a5170c0da9
commit 2f290a5655
4 changed files with 6 additions and 1 deletions

View File

@@ -12,6 +12,8 @@
- Sort the list of a document's cabinets.
- Display a document's cabinet list in italics. GitLab issue #435.
Thanks to LeVon Smoker for the request.
- Install mock by default to allow easier testing of deployed
instances.
2.7.1 (2017-09-03)
==================

View File

@@ -19,6 +19,8 @@ What's new
- Sort the list of a document's cabinets.
- Display a document's cabinet list in italics. GitLab issue #435.
Thanks to LeVon Smoker for the request.
- Install mock by default to allow easier testing of deployed
instances.
Removals
--------

View File

@@ -29,6 +29,8 @@ fusepy==2.0.4
graphviz==0.8
mock==2.0.0
pycountry==1.20
PyPDF2==1.26.0
pyocr==0.4.5

View File

@@ -2,6 +2,5 @@ codecov==2.0.9
coverage==4.4.1
coveralls==1.1
django-test-without-migrations==0.6
mock==2.0.0
tox==2.7.0
psutil==5.2.2