From 276cdb07ead2d55acf145e3ba7e1fc9cd7496bf0 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Tue, 8 Aug 2023 23:18:46 -0700 Subject: [PATCH] remove comment --- selfdrive/car/tests/test_models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/selfdrive/car/tests/test_models.py b/selfdrive/car/tests/test_models.py index 8fd1dc3ab6..0b07213178 100755 --- a/selfdrive/car/tests/test_models.py +++ b/selfdrive/car/tests/test_models.py @@ -49,7 +49,6 @@ def load_test_cases_from_file(file_path): # build list of test cases test_cases: List[Tuple[str, Optional[CarTestRoute]]] = [] if len(INTERNAL_SEG_LIST): - # run with pytest -n32 --dist=loadscope, URLFile's caching isn't thread safe test_cases = load_test_cases_from_file(INTERNAL_SEG_LIST) else: routes_by_car = defaultdict(set)