-
Notifications
You must be signed in to change notification settings - Fork 106
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
Update dependency SQLAlchemy to v2 #1534
Conversation
Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci ✔️ fi-tox-mypy SUCCESS in 6m 49s |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
Fixed most of the tests, except the docs. This one needs fixes in sqlalchemy_schemadisplay library. I already reported the issue on their tracker. |
Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci ✔️ fi-tox-mypy SUCCESS in 7m 07s |
The SQLAlchemy 2.0.0 has some changes that caused your tests to fail. I fixed the nested transaction and the select clause. Removed one test case, because it now causes StopIteration in mock library. Basically it tries to call mocked method in rollback and it is stuck in endless loop. Signed-off-by: Michal Konečný <[email protected]>
Signed-off-by: Michal Konecny <[email protected]>
3b6c6fd
to
b43e2ad
Compare
Build succeeded. ✔️ fi-tox-mypy SUCCESS in 7m 06s |
This PR contains the following updates:
^1.4.41
->^2.0.0
Configuration
📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.