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

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.19%. Comparing base (d277746) to head (7e636f4).

@@           Coverage Diff           @@
##             main     #765   +/-   ##
=======================================
  Coverage   97.19%   97.19%           
=======================================
  Files           3        3           
  Lines        7815     7815           
=======================================
  Hits         7596     7596           
  Misses        219      219           
Flag Coverage Δ
3.10 88.94% <ø> (ø)
3.10.4 88.94% <ø> (ø)
3.11 88.18% <ø> (ø)
3.11.0 87.43% <ø> (ø)
3.12 88.13% <ø> (ø)
3.12.0 88.12% <ø> (ø)
3.13 82.94% <ø> (ø)
3.13.0 83.65% <ø> (ø)
3.14 79.04% <ø> (ø)
3.9 89.64% <ø> (ø)
3.9.12 89.64% <ø> (ø)
pypy3.10 88.77% <ø> (ø)
pypy3.11 88.04% <ø> (ø)
pypy3.9 89.47% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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