From a0b6c64e80de08b81d8463e0cedeac4973676bc9 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 2 Jan 2025 14:39:38 -0600 Subject: Add pytest-mock to list of dependencies for tests. --- setup.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'setup.py') 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 }) -- cgit 1.4.1