]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:51 +0000 (17:12 +0100)
committerGitHub <noreply@github.com>
Thu, 8 Jan 2026 16:12:51 +0000 (18:12 +0200)
commitcb425658391f4f6374cea57d94b3e569566a9d08
tree3f7228a7e61b10c9e8d595a75fabf6917f6bd957
parentbcc0552574a68610d943ba0954176cddd560cc51
[3.13] gh-143553: Add support for parametrized resources in regrtests (GH-143554) (GH-143556)

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]