-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
gh-143553: Add support for parametrized resources in regrtests #143554
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
gh-143553: Add support for parametrized resources in regrtests #143554
Conversation
0132240 to
a058bdf
Compare
vstinner
left a comment
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.
I'm not really convinced that test_xpickle justify adding this complexity (-u xpickle would be enough), but I'm not strongly against this feature.
Misc/NEWS.d/next/Tests/2026-01-08-11-50-06.gh-issue-143553.KyyNTt.rst
Outdated
Show resolved
Hide resolved
|
#65784 is other issue where I need to edit the source codes to run tests with special configuration. |
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
…ythonGH-143554) For example, "-u xpickle=2.7" will run test_xpickle only against Python 2.7. (cherry picked from commit c07e5ec) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
GH-143555 is a backport of this pull request to the 3.14 branch. |
…ythonGH-143554) For example, "-u xpickle=2.7" will run test_xpickle only against Python 2.7. (cherry picked from commit c07e5ec) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
GH-143556 is a backport of this pull request to the 3.13 branch. |
|
…GH-143554) (GH-143555) For example, "-u xpickle=2.7" will run test_xpickle only against Python 2.7. (cherry picked from commit c07e5ec) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…GH-143554) (GH-143556) For example, "-u xpickle=2.7" will run test_xpickle only against Python 2.7. (cherry picked from commit c07e5ec) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
📚 Documentation preview 📚: https://cpython-previews--143554.org.readthedocs.build/