[3.12] gh-115421: List all test subdirs in Makefile, and test them (GH-115813)#116462
Merged
Yhg1s merged 3 commits intopython:3.12from Mar 7, 2024
Merged
[3.12] gh-115421: List all test subdirs in Makefile, and test them (GH-115813)#116462Yhg1s merged 3 commits intopython:3.12from
Yhg1s merged 3 commits intopython:3.12from
Conversation
Member
Author
|
@Yhg1s, your call: do you want this in 3.12? |
Yhg1s
approved these changes
Mar 7, 2024
Member
Author
|
I did check locally, but apparently didn't have a clean checkout. Sorry for that! |
encukou
added a commit
to encukou/cpython
that referenced
this pull request
Mar 8, 2024
…hem (pythonGH-115813) (pythonGH-116462) * pythongh-115421: Test that our Makefile has all needed test folders (pythonGH-115813) * Update the list of installed test subdirectories --------- Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
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.
This backports:
Unlike on the main branch, new directories are added to the end,
so they're a bit easier to patch out if a redistributor needs to do so.