Remove pytest-subtests dependency - #438
Merged
Merged
Conversation
Seth Fitzsimmons (sethfitz)
temporarily deployed
to
staging
February 11, 2026 00:17 — with
GitHub Actions
Inactive
Seth Fitzsimmons (sethfitz)
requested review from
Jennings Anderson (jenningsanderson) and
Victor Schappert (vcschapp)
February 11, 2026 00:17
Seth Fitzsimmons (sethfitz)
force-pushed
the
remove-pytest-subtests
branch
from
February 11, 2026 00:27
e9e5312 to
6d8ee85
Compare
Seth Fitzsimmons (sethfitz)
temporarily deployed
to
staging
February 11, 2026 00:27 — with
GitHub Actions
Inactive
Collaborator
|
Would you mind force-updating this after rebasing your The workflow run error says it can't find this file, which might not have existed when the PR was created but does certainly exist now... Sorry for the inconvenience, debugging workflows is tricky. |
pytest-subtests merged into pytest core as of pytest 9. Update test imports from pytest_subtests.SubTests to _pytest.subtests.Subtests. uv.lock was fully re-resolved, upgrading all transitive dependencies to current versions. Notable: pytest 8.4→9.0, mypy 1.18→1.19, pdoc 15→16, ruff 0.14.0→0.14.14.
Seth Fitzsimmons (sethfitz)
force-pushed
the
remove-pytest-subtests
branch
from
February 18, 2026 18:37
6d8ee85 to
ab92f74
Compare
Seth Fitzsimmons (sethfitz)
temporarily deployed
to
staging
February 18, 2026 18:37 — with
GitHub Actions
Inactive
Collaborator
Author
|
Rebased. |
Seth Fitzsimmons (sethfitz)
requested a review
from Roel Bollens (RoelBollens-TomTom)
February 27, 2026 18:40
Roel Bollens (RoelBollens-TomTom)
approved these changes
Feb 27, 2026
Jennings Anderson (jenningsanderson)
approved these changes
Feb 27, 2026
Victor Schappert (vcschapp)
approved these changes
Mar 4, 2026
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-subtestsfrom dev dependencies inoverture-schema-corepytest_subtests.SubTeststo the built-in_pytest.subtests.Subtests(available since pytest 8.2)uv.lockTest plan
overture-schema-system,overture-schema-core)