gh-109413: regrtest: add WorkerRunTests class (#112588)

This commit is contained in:
Victor Stinner 2023-12-01 14:46:50 +01:00 committed by GitHub
parent 058444308a
commit f8ff80f635
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 28 additions and 22 deletions

View file

@ -423,7 +423,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: