From 174560a6b7d4a23763564fcfc87c2dd7e60aa241 Mon Sep 17 00:00:00 2001 From: user Date: Wed, 13 Jan 2016 12:36:50 -0500 Subject: Fix small bugs for running Apexlake on Montreal testbed JIRA: YARDSTICK-219 Change-Id: I5f403e6c922f5e6ea790dc9cdb589cbc98e66ded Signed-off-by: user --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index eb55e9283..6b548d2d9 100755 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setup( "scp", "six", "testrepository>=0.0.18", - "testtools>=1.4.0" + "testtools>=1.4.0", "nose" ], extras_require={ -- cgit 1.2.3-korg