Comment 6 for bug 1193349

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat-cfntools (master)

Reviewed: https://review.openstack.org/34707
Committed: http://github.com/openstack/heat-cfntools/commit/1ad95945fab379bc8303d0629f2f1bc77cd76959
Submitter: Jenkins
Branch: master

commit 1ad95945fab379bc8303d0629f2f1bc77cd76959
Author: JUN JIE NAN <email address hidden>
Date: Thu Jun 27 17:55:52 2013 +0800

    Fix test cases not running under python 2.6

    Test cases running depends on `discover' package, but in python 2.6,
    `discover' package is not there. So need to add `discover' in
    test-requirements.txt.

    Change-Id: I1129bc50c97861c9fca3894261ea1b831cd3f6cc
    Fixes: bug #1193349