From c5c9f7507f4dafd2bb43f48f929f5ce4114c66b5 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauld.mccarthy@gmail.com> Date: Thu, 20 Apr 2017 16:28:13 +0100 Subject: [PATCH] Tests now depend on mock --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 77fba29f8..f6a066194 100644 --- a/setup.py +++ b/setup.py @@ -102,7 +102,7 @@ setup( install_requires=install_requires, setup_requires=['pytest-runner'], - tests_require=['pytest', 'pytest-cov', 'pytest-runner'], + tests_require=['pytest', 'mock', 'pytest-cov', 'pytest-runner'], test_suite='tests', cmdclass={'doc' : doc}, -- GitLab