Closed chrisjsimpson closed 5 months ago
Is your feature request related to a problem? Please describe.
python -m pytest Results in:
python -m pytest
RuntimeError: A 'SQLAlchemy' instance has already been registered on this Flask app. Import and use that instance instead.
AttributeError: create_scoped_session. Did you mean: '_make_scoped_session'?
Describe the solution you'd like Restore tests to passing states
Describe alternatives you've considered
Additional context Sqlalchemy/packages updates likely with api breaking changes
https://github.com/pallets-eco/flask-sqlalchemy/blob/4cd51bbfa3816ada7bc3b6ce6e078ea3124b5e58/src/flask_sqlalchemy/extension.py#L410
Renamed from ``create_scoped_session``, this method is internal.
.. versionchanged:: 3.0 Renamed from ``create_scoped_session``, this method is internal.
Is your feature request related to a problem? Please describe.
python -m pytest
Results in:RuntimeError: A 'SQLAlchemy' instance has already been registered on this Flask app. Import and use that instance instead.
AttributeError: create_scoped_session. Did you mean: '_make_scoped_session'?
Describe the solution you'd like Restore tests to passing states
Describe alternatives you've considered
Additional context Sqlalchemy/packages updates likely with api breaking changes
https://github.com/pallets-eco/flask-sqlalchemy/blob/4cd51bbfa3816ada7bc3b6ce6e078ea3124b5e58/src/flask_sqlalchemy/extension.py#L410