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:
@@ -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)
|
||||
==================
|
||||
|
||||
@@ -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
|
||||
--------
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user