Patch pytest and allow manual CSIS CI runs - #134
Merged
Conversation
jim4226
marked this pull request as ready for review
August 6, 2026 22:03
jim4226
force-pushed
the
codex/csis-ci-dispatch
branch
from
August 6, 2026 22:03
9bc42f2 to
3081792
Compare
Raise pytest to the first non-vulnerable 9.x release and expose workflow_dispatch so maintainers can run the cross-platform matrix on demand.
jim4226
force-pushed
the
codex/csis-ci-dispatch
branch
from
August 6, 2026 22:11
3081792 to
4ef1ef3
Compare
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
pytest < 9topytest >= 9.0.3,<10workflow_dispatchso maintainers can run the new Ubuntu/Windows, Python 3.10/3.14 matrix on demandWhy
Dependabot alert #1 reports vulnerable tmpdir handling in pytest versions below 9.0.3. The manual trigger also gives maintainers a safe way to validate or recover CI when no new code event exists.
Validation
git diff --checkAfter merge, run the manual CI workflow once and verify all four matrix jobs.