about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 71ca296..c593026 100755
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,11 @@ setup(author='Bonface M. K.',
       packages=find_packages(),
       url='https://github.com/genenetwork/genenetwork3',
       version='3.12',
-      tests_require=["pytest", "hypothesis"],
+      tests_require=[
+          "pytest",
+          "hypothesis",
+          "pytest-mock"
+      ],
       cmdclass={
           "run_tests": RunTests ## testing
       })