File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414import json
1515import pickle
1616import subprocess
17- import time
18-
1917import sys
2018from argparse import ArgumentParser
2119from pathlib import Path
Original file line number Diff line number Diff line change 55from pathlib import Path
66from random import shuffle
77
8+
89def pytest_split (
910 arguments : list [str ], num_splits : int | None = None
1011) -> tuple [list [list [str ]] | None , list [str ] | None ]:
@@ -53,7 +54,7 @@ def pytest_split(
5354 if num_splits is None :
5455 num_splits = os .cpu_count () or 4
5556
56- #randomize to increase chances of all splits being balanced
57+ # randomize to increase chances of all splits being balanced
5758 test_files = list (test_files )
5859 shuffle (test_files )
5960
Original file line number Diff line number Diff line change 11# These version placeholders will be replaced by uv-dynamic-versioning during build.
2- __version__ = "0.16.6 "
2+ __version__ = "0.16.7 "
You can’t perform that action at this time.
0 commit comments