Closed
Description
>>> from alembic.testing.suite import *
AttributeError Traceback (most recent call last)
<ipython-input-5-fdbe023ba083> in <cell line: 0>()
----> 1 from alembic.testing.suite import *
2 frames
/usr/local/lib/python3.11/dist-packages/alembic/testing/suite/test_autogen_computed.py in AutogenerateComputedTest()
86 lambda: (sa.Computed("bar*5"), sa.Computed("bar * 42")),
87 )
---> 88 @config.requirements.computed_reflects_normally
89 def test_cant_change_computed_warning(self, test_case):
90 arg_before, arg_after = testing.resolve_lambda(test_case, **locals())
AttributeError: 'SuiteRequirements' object has no attribute 'computed_reflects_normally'
This error come from this file.
Metadata
Metadata
Assignees
Labels
No labels