Comment 2 for bug 1586060

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

Reviewed: https://review.openstack.org/321586
Committed: https://git.openstack.org/cgit/openstack/sqlalchemy-migrate/commit/?id=9356e5e28aff46b98db9619b55dc191b6843a217
Submitter: Jenkins
Branch: master

commit 9356e5e28aff46b98db9619b55dc191b6843a217
Author: dineshbhor <email address hidden>
Date: Thu May 26 20:04:09 2016 +0530

    Fix DeprecationWarning on setuptools >= 11.3

    Python 3.4 unit test is failing because of
    DeprecationWarning: Parameters to load are deprecated.
    Called .resolve and .require separately on setuptools >= 11.3.

    Made provision to call .resolve() method if setuptools >= 10.2
    and less than 11.3 else call .load() method.

    Change-Id: I5ba80edfbf6b7c8399c66f01d57c91bd02eab274
    Closes-Bug: #1586060