sqlalchemy-migrate/migrate
dineshbhor 9356e5e28a 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
2016-05-26 20:12:25 +05:30
..
changeset Update tests and reqs for SQLA 1.0 2015-07-01 20:01:52 +00:00
tests Add VerNum.__index__() for Python 3 support 2015-07-28 12:56:52 +02:00
versioning Fix DeprecationWarning on setuptools >= 11.3 2016-05-26 20:12:25 +05:30
__init__.py Un-break the version in migrate/__init__.py 2013-11-15 13:04:56 -05:00
exceptions.py move all exception classes to migrate.exceptions 2010-09-07 02:25:29 +02:00