changeset 1170:5a404aa35971

cm: Add mock to test dependencies.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 04 Oct 2019 11:15:26 -0700
parents 978ed6deea91
children 7eb58b5748eb
files setup.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Fri Oct 04 11:15:11 2019 -0700
+++ b/setup.py	Fri Oct 04 11:15:26 2019 -0700
@@ -180,6 +180,7 @@
 ]
 tests_require = [
     'invoke>=1.2.0',
+    'mock>=3.0.5',
     'pytest>=4.4.1',
     'pytest-cov>=2.6.1',
     'pytest-mock>=1.10.4',