sqlalchemy-migrate uses deprecated API on Python 3
Bug #1673362 reported by
Craig Rodrigues
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
sqlalchemy-migrate |
New
|
Undecided
|
Unassigned |
Bug Description
sqlalchemy-migrate uses a deprecated API on Python 3.
If you enable deprecation warnings when running tests, you will
see the warnings. I encountered this when porting buildbot (which uses sqlalchemy-migrate)
to Python 3.
This patch fixes it:
To post a comment you must log in.
We've been trying to encourage projects relying on sqlalchemy-migrate to move to alembic instead. Is that an option for buildbot?