openpilot isn't required for a car port PR (#33383)

* disable car docs diff

* mv routes.py

* bump opendbc
old-commit-hash: 48bceb2bbfcb8c096c6bf170114f2da0cd00b3bb
This commit is contained in:
Adeeb Shihadeh
2024-08-26 17:12:01 -07:00
committed by GitHub
parent 696d4c8450
commit 55bae8feef
7 changed files with 7 additions and 300 deletions

View File

@@ -3,7 +3,7 @@ import argparse
import sys
import unittest # noqa: TID251
from openpilot.selfdrive.car.tests.routes import CarTestRoute
from opendbc.car.tests.routes import CarTestRoute
from openpilot.selfdrive.car.tests.test_models import TestCarModel
from openpilot.tools.lib.route import SegmentName