Skip to content

Fix tests for SQLAlchemy 1.4 #104

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

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from
Draft

Fix tests for SQLAlchemy 1.4 #104

wants to merge 12 commits into from

Conversation

fayazkhan
Copy link
Collaborator

@fayazkhan fayazkhan commented Jun 9, 2025

  • Allow SQLAlchemy 1.4 as a valid dependency.
    • This notably brings better support for nested sets involving joined table inheritance.
  • Drop tests for PyPy. (See: Errors with PyPy on SQLA 1.4 sqlalchemy/sqlalchemy#12672)
  • Remove coverage reporting for tests.
  • Simplify memory handling.
  • Unify after_flush_postexec execution path for CPython & PyPy.
  • Simplify get_siblings.

@fayazkhan fayazkhan added this to the SQLAlchemy 1.4 support milestone Jun 9, 2025
@coveralls
Copy link

coveralls commented Jun 9, 2025

Coverage Status

coverage: 99.714% (+0.003%) from 99.711%
when pulling f72f98d on sqla14
into ae89cda on master.

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 this pull request may close these issues.

2 participants