Migrated issue, originally created by xnox (@xnox)
======================================================================
ERROR: tests.test_op.test_naming_changes
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/nose/case.py", line 198, in runTest
self.test(*self.arg)
File "/home/xnox/personal-src/alembic/tests/test_op.py", line 636, in test_naming_changes
op.alter_column("t", "c", name="x")
TypeError: alter_column() got an unexpected keyword argument 'name'
Looks like util function to provide compat / older kagrs doesn't work any more =(
Migrated issue, originally created by xnox (@xnox)
======================================================================
ERROR: tests.test_op.test_naming_changes
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/nose/case.py", line 198, in runTest
self.test(*self.arg)
File "/home/xnox/personal-src/alembic/tests/test_op.py", line 636, in test_naming_changes
op.alter_column("t", "c", name="x")
TypeError: alter_column() got an unexpected keyword argument 'name'
Looks like util function to provide compat / older kagrs doesn't work any more =(