Skip to content

Pin pytest<9.1 to fix CI failure#571

Merged
pjbull merged 1 commit into
masterfrom
fix-master-ci-failure
Jun 14, 2026
Merged

Pin pytest<9.1 to fix CI failure#571
pjbull merged 1 commit into
masterfrom
fix-master-ci-failure

Conversation

@pjbull

@pjbull pjbull commented Jun 14, 2026

Copy link
Copy Markdown
Member

pytest 9.1.0 was released on 2026-06-13 and changed the internal IdMaker API in a way that breaks pytest-cases, which only officially supports pytest 6, 7, and 8 (through its latest release 3.10.1). This pins pytest<9.1 so CI resolves to pytest 9.0.3, which is compatible with pytest-cases.

Closes #570

pytest 9.1.0 (released 2026-06-13) changed the internal IdMaker API in a
way that breaks pytest-cases (which only supports pytest 6/7/8 through
its latest release 3.10.1).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown
Contributor

@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 94.0%. Comparing base (b0e462e) to head (4277016).

Additional details and impacted files
@@          Coverage Diff           @@
##           master    #571   +/-   ##
======================================
  Coverage    94.0%   94.0%           
======================================
  Files          28      28           
  Lines        2226    2226           
======================================
  Hits         2094    2094           
  Misses        132     132           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@pjbull pjbull merged commit 8fa0307 into master Jun 14, 2026
28 checks passed
@pjbull pjbull deleted the fix-master-ci-failure branch June 14, 2026 19:50
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.

Failed build: tests

1 participant