-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-126014: Ignore __pycache__
-only folders in makefile tests
#126066
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! :) I ran into this again today while working on some tests 😄
Co-authored-by: Tomas R. <[email protected]>
Thanks @sobolevn for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…ythonGH-126066) (cherry picked from commit aeafaf4) Co-authored-by: sobolevn <[email protected]> Co-authored-by: Tomas R. <[email protected]>
…ythonGH-126066) (cherry picked from commit aeafaf4) Co-authored-by: sobolevn <[email protected]> Co-authored-by: Tomas R. <[email protected]>
GH-126109 is a backport of this pull request to the 3.13 branch. |
GH-126110 is a backport of this pull request to the 3.12 branch. |
…GH-126066) (#126110) gh-126014: Ignore `__pycache__`-only folders in makefile tests (GH-126066) (cherry picked from commit aeafaf4) Co-authored-by: sobolevn <[email protected]> Co-authored-by: Tomas R. <[email protected]>
…GH-126066) (#126109) gh-126014: Ignore `__pycache__`-only folders in makefile tests (GH-126066) (cherry picked from commit aeafaf4) Co-authored-by: sobolevn <[email protected]> Co-authored-by: Tomas R. <[email protected]>
…ython#126066) Co-authored-by: Tomas R. <[email protected]>
…ython#126066) Co-authored-by: Tomas R. <[email protected]>
__pycache__
intest_makefile_test_folders
#126014