comparison 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
comparison
equal deleted inserted replaced
1169:978ed6deea91 1170:5a404aa35971
178 'watchdog>=0.9.0', 178 'watchdog>=0.9.0',
179 'Werkzeug>=0.15.2', 179 'Werkzeug>=0.15.2',
180 ] 180 ]
181 tests_require = [ 181 tests_require = [
182 'invoke>=1.2.0', 182 'invoke>=1.2.0',
183 'mock>=3.0.5',
183 'pytest>=4.4.1', 184 'pytest>=4.4.1',
184 'pytest-cov>=2.6.1', 185 'pytest-cov>=2.6.1',
185 'pytest-mock>=1.10.4', 186 'pytest-mock>=1.10.4',
186 ] 187 ]
187 188