diff options
author | 2016-01-13 12:36:50 -0500 | |
---|---|---|
committer | 2016-01-14 09:12:00 +0000 | |
commit | 174560a6b7d4a23763564fcfc87c2dd7e60aa241 (patch) | |
tree | fae381ec8b1dc4d278990f780c3b71997ee33364 /setup.py | |
parent | 55f7c41c927320a3dac5a0907ebf66647aafd8a8 (diff) |
Fix small bugs for running Apexlake on Montreal testbed
JIRA: YARDSTICK-219
Change-Id: I5f403e6c922f5e6ea790dc9cdb589cbc98e66ded
Signed-off-by: user <user@TRAFCLASS-PACKET1.fuel.local>
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ setup( "scp", "six", "testrepository>=0.0.18", - "testtools>=1.4.0" + "testtools>=1.4.0", "nose" ], extras_require={ |