diff setup.py @ 1170:5a404aa35971

cm: Add mock to test dependencies.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 04 Oct 2019 11:15:26 -0700
parents a928ee22c20a
children
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',