From: Zack Cerza Date: Thu, 30 Jun 2016 16:51:00 +0000 (-0600) Subject: Add test requirements X-Git-Tag: 1.1.0~585^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F896%2Fhead;p=teuthology.git Add test requirements Signed-off-by: Zack Cerza --- diff --git a/setup.py b/setup.py index a058eae5d..81494ead3 100644 --- a/setup.py +++ b/setup.py @@ -69,6 +69,9 @@ setup( 'psutil >= 2.1.0', 'configparser', 'pytest', + 'pytest-capturelog', + 'mock', + 'fudge', 'ansible==1.9.2', 'pyopenssl>=0.13', 'ndg-httpsclient',