From 95728a777866c6bc5cfbcaf03313127e971fa1ea Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Fri, 7 Sep 2012 13:45:52 -0500 Subject: setup.py: Add mock to tests_require for setup.py This allows one to run the tests without having to install the dependencies separately. Signed-off-by: Sol Jerome --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0604159f9..bf70dfe0d 100755 --- a/setup.py +++ b/setup.py @@ -155,6 +155,7 @@ setup(cmdclass=cmdclass, "Bcfg2.Server.Snapshots", ], install_requires=inst_reqs, + tests_require=['mock'], package_dir={'': 'src/lib', }, package_data={'Bcfg2.Server.Reports.reports': ['fixtures/*.xml', 'templates/*.html', -- cgit v1.2.3-1-g7c22