]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-143553: Add support for parametrized resources in regrtests (GH-143554...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 8 Jan 2026 16:12:33 +0000 (17:12 +0100)
committerGitHub <noreply@github.com>
Thu, 8 Jan 2026 16:12:33 +0000 (18:12 +0200)
commit335c83ed28e1edd00d5a6ea65de7eb77939c7492
treeb4590cddd666b321e2e3f4591b576def1ea05f90
parent6c6eb7abe59519a94a7f8e4484cb1cf034a7ca2e
[3.14] gh-143553: Add support for parametrized resources in regrtests (GH-143554) (GH-143555)

For example, "-u xpickle=2.7" will run test_xpickle only against Python 2.7.
(cherry picked from commit c07e5ec0a9e5843fc39dec6aa94172faf6354858)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Doc/library/test.rst
Lib/test/libregrtest/cmdline.py
Lib/test/libregrtest/main.py
Lib/test/libregrtest/runtests.py
Lib/test/libregrtest/utils.py
Lib/test/support/__init__.py
Lib/test/test_regrtest.py
Lib/test/test_xpickle.py
Misc/NEWS.d/next/Tests/2026-01-08-11-50-06.gh-issue-143553.KyyNTt.rst [new file with mode: 0644]