mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
[3.12] gh-109413: regrtest: add WorkerRunTests class (GH-112588) (#112593)
gh-109413: regrtest: add WorkerRunTests class (GH-112588)
(cherry picked from commit f8ff80f635
)
Co-authored-by: Victor Stinner <vstinner@python.org>
This commit is contained in:
parent
7eff607deb
commit
4f919cf8b9
4 changed files with 28 additions and 22 deletions
|
@ -418,7 +418,6 @@ class Regrtest:
|
|||
python_cmd=self.python_cmd,
|
||||
randomize=self.randomize,
|
||||
random_seed=self.random_seed,
|
||||
json_file=None,
|
||||
)
|
||||
|
||||
def _run_tests(self, selected: TestTuple, tests: TestList | None) -> int:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue