pythononwheels / pow_devel

development repo for PyhtonOnWheels framework
www.pythononwheels.org
MIT License
75 stars 10 forks source link

Alembic Migrations: env.py Deprecation Warning from SQLAlchemy > 1.4.x #50

Open pythononwheels opened 3 years ago

pythononwheels commented 3 years ago

Produces a warning in running tests.

migrations/env.py:62: SADeprecationWarning: Table.tometadata() is renamed to Table.to_metadata() (deprecated since: 1.4)
    t.tometadata(m)
pythononwheels commented 3 years ago

Adapt method call to new naming convention for SQLAlchemy > 1.4.x (aka 2.0 API)