Pin SQLAlchemy third-party tests to pytest==9.0.3 by brianschubert · Pull Request #765 · python/typing_extensions · GitHub
Skip to content

Pin SQLAlchemy third-party tests to pytest==9.0.3#765

Merged
srittau merged 1 commit into
python:mainfrom
brianschubert:gh-764-sqlalchemy-daily
Jun 14, 2026
Merged

Pin SQLAlchemy third-party tests to pytest==9.0.3#765
srittau merged 1 commit into
python:mainfrom
brianschubert:gh-764-sqlalchemy-daily

Conversation

@brianschubert

Copy link
Copy Markdown
Contributor

Fixes #764

For whatever reason, the SQLAlchemy tests fail when using the newly released pytest v9.1.0. Pinning pytest to v9.0.3 seems to fix things.

It looks like SQLAlchemy's CI is still using v9.0.3 (example from recent run), so this hasn't affected them yet. I'm guessing they'll start seeing the same failures when their CI updates to v9.1.0.

@codecov

codecov Bot commented Jun 14, 2026

Copy link
Copy Markdown

@brianschubert

Copy link
Copy Markdown
Contributor Author

cc @zzzeek @CaselIT

@CaselIT

CaselIT commented Jun 14, 2026

Copy link
Copy Markdown

Thanks for the heads up. It will likely be fixed by SQLAlchemy soon

@srittau srittau merged commit 0e05458 into python:main Jun 14, 2026
71 checks passed
@CaselIT

CaselIT commented Jun 30, 2026

Copy link
Copy Markdown

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.

Third-party tests failed on Sun Jun 14 2026

3 participants