➔ SQLAlchemy This Week: pytest Class Fixture Migration for pytest 10
| 4 minute read
SQLAlchemy shipped a small but important test harness update this week: class scoped pytest fixtures across the project now use @classmethod and cls instead of instance methods with self. The change tracks pytest 9.1 deprecation guidance and clears the path before pytest 10 drops the old pattern entirely.