From a4cf86367d5d5157b78a58d13239a12b1948b8ec Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 30 Jun 2016 10:51:00 -0600 Subject: [PATCH] Add test requirements Signed-off-by: Zack Cerza --- setup.py | 3 +++ 1 file changed, 3 insertions(+) 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', -- 2.47.3