Skip to content
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

Open
dwreeves opened this issue Jul 7, 2021 · 3 comments · May be fixed by #52
Open

[Bug] SQLAlchemy 1.4.x doesn't work #50

dwreeves opened this issue Jul 7, 2021 · 3 comments · May be fixed by #52

Comments

@dwreeves
Copy link
Contributor

dwreeves commented Jul 7, 2021

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'

@FishmanL
Copy link

FishmanL commented Aug 2, 2021

I'm still getting this error on my end, on version 1.0.2

@ThomasDavid0 ThomasDavid0 linked a pull request Aug 4, 2021 that will close this issue
@dwreeves
Copy link
Contributor Author

@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.

@chrisgramberg678
Copy link

seems like the issue is that pytest-flask-sqlalchemy hasn't been updated in 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants