chore(deps): ignore major-version bumps for pytest + pytest-asyncio#50
Closed
mikemolinet wants to merge 1 commit into
Closed
chore(deps): ignore major-version bumps for pytest + pytest-asyncio#50mikemolinet wants to merge 1 commit into
mikemolinet wants to merge 1 commit into
Conversation
…n dependabot These are test-infra dev deps; major-version bumps (pytest 8→9, pytest-asyncio 0.24→1.3) break the test suite without engineer-side fix work, and there's no urgency to upgrade. Decision per Mike 2026-05-06. Closes the noise from #38 (pytest 8→9) and #40 (pytest-asyncio 0.24→1.3). Re-enable when bandwidth opens to update the test suite for new APIs. Minor + patch bumps for these packages still flow as before via the python-minor-patch group.
Collaborator
Author
|
Superseded by #51 — cueapi engineer found a 9-line pytest.ini fix (pin Sequence after #51 merges:
Branch chore/dependabot-ignore-pytest-major can be deleted. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test-infra dev deps; major-version bumps break the test suite without engineer-side fix work, and there's no urgency to upgrade. Decision per Mike 2026-05-06 after #38 (pytest 8→9) and #40 (pytest-asyncio 0.24→1.3) surfaced as failing CI on previously-stuck Dependabot batch.
Adds
ignorerules in.github/dependabot.ymlfor these two packages, scoped toversion-update:semver-majoronly. Minor + patch bumps continue flowing through the existingpython-minor-patchgroup.Test plan
Parity impact
This change ships to:
Parity notes
config-only — no parity port needed.
🤖 Authored by cue-pm-pr-watcher under Mike's directive 2026-05-06 to defer the failing major-version bumps in cueapi-core's Dep batch.
Closes #38, #40 (will close as superseded once this lands).