-
Notifications
You must be signed in to change notification settings - Fork 45
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
[Bug] SQLAlchemy 1.4.x doesn't work #50
Comments
I'm still getting this error on my end, on version 1.0.2 |
@FishmanL seems like the issue is that pytest-flask-sqlalchemy hasn't been updated in Pypi. https://pypi.org/project/pytest-flask-sqlalchemy/#history The issue should be resolved with the latest commit, just needs to be pushed to Pypi. |
@dwreeves, do you know how that can be done? I'm not familiar with travis-ci but it looks like that's how new versions are pushed and that there's some error going on over there. Maybe @jeancochrane could help out getting the new version published? |
With 1.3: https://github.com/codeforboston/police-data-trust/actions/runs/1006498785
With 1.4: https://github.com/codeforboston/police-data-trust/actions/runs/1006417486
The error message received in 1.4:
AttributeError: Mock object has no attribute '_contextual_connect'
The text was updated successfully, but these errors were encountered: