-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flask-SQLAlchemy 3.x will cause errors in unit testing #219
Comments
Looking at upgrading now that we have sqlalchemy 2 in Arch Linux, https://github.com/pallets-eco/flask-sqlalchemy/blob/9ecc1d1b835d9a971dd2cb5b01f59cd2d2bca8e5/src/flask_sqlalchemy/extension.py#L389 So
The issues are not reproducible when running the single test:
But are when running all |
I suppose the issue is related to: |
|
My unsuccesful patch:
|
Latest Flask-SQLAlchemy will cause an error when running
make test
. The error message is as follows:Rolling back Flask-SQLAlchemy to 2.5.x allows unit tests to run smoothly.
The text was updated successfully, but these errors were encountered: