From f648819f02135b86c4532758972769fdcb01be5e Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Tue, 3 Jul 2012 15:08:46 +0000 Subject: Set iso8601 module as default dependence. - The iso8601 module is needed by the openstack.common.common.timeutils module and not just for testing anymore. - Fixes bug 1020613. Change-Id: Iee535b961cc2ac9530e31f4ff4d8c64a1822643f --- tools/test-requires | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/test-requires') diff --git a/tools/test-requires b/tools/test-requires index c35d0150..5ec7ac05 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -16,7 +16,6 @@ Sphinx>=1.1.2 # required to build documentation unittest2 # backport of unittest lib in python 2.7 webtest # test wsgi apps without starting an http server distribute>=0.6.24 -iso8601>=0.1.4 # for python-keystoneclient httplib2 -- cgit