]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] regrtest: Prepend 'use' options in --{fast,slow}-ci (GH-110363) (#110924)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 16 Oct 2023 14:55:52 +0000 (16:55 +0200)
committerGitHub <noreply@github.com>
Mon, 16 Oct 2023 14:55:52 +0000 (14:55 +0000)
commit6502a130e46a24267b9655e69e2300243c510dec
treedb21f7fef69cac81eb9b2fd448c4a36acbd5eb15
parent616862d58e41da4493619d8dac8b3dc372a1d789
[3.11] regrtest: Prepend 'use' options in --{fast,slow}-ci (GH-110363) (#110924)

regrtest: Prepend 'use' options in --{fast,slow}-ci (GH-110363)

This allows individual resources to be disabled without having to explicitly re-enable all others.
(cherry picked from commit b75186f69edcf54615910a5cd707996144163ef7)

Co-authored-by: Zachary Ware <zach@python.org>
Lib/test/libregrtest/cmdline.py
Lib/test/test_regrtest.py