]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
regrtest: Prepend 'use' options in --{fast,slow}-ci (GH-110363)
authorZachary Ware <zach@python.org>
Sun, 15 Oct 2023 18:34:28 +0000 (13:34 -0500)
committerGitHub <noreply@github.com>
Sun, 15 Oct 2023 18:34:28 +0000 (20:34 +0200)
commitb75186f69edcf54615910a5cd707996144163ef7
tree350a82b1b972b01856558a3d7c6d2b60498596f9
parent42a5d21d465ffcac792685b6127a6e8e39dd6897
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.
Lib/test/libregrtest/cmdline.py
Lib/test/test_regrtest.py