2024-05-18 12:43:57 +08:00
[ project ]
name = "openpilot"
requires-python = ">= 3.11"
readme = "README.md"
license = { text = "MIT License" }
[ project . urls ]
Homepage = "https://comma.ai"
2023-08-10 23:23:19 +08:00
[ tool . pytest . ini_options ]
minversion = "6.0"
2024-06-05 03:09:06 +08:00
addopts = "--ignore=openpilot/ --ignore=cereal/ --ignore=opendbc/ --ignore=panda/ --ignore=rednose_repo/ --ignore=tinygrad_repo/ --ignore=teleoprtc_repo/ -Werror --strict-config --strict-markers --durations=10 -n auto --dist=loadgroup"
cpp_files = "test_*"
2023-11-23 05:45:49 +08:00
cpp_harness = "selfdrive/test/cpp_harness.py"
2023-08-10 23:23:19 +08:00
python_files = "test_*.py"
2023-08-29 01:26:19 +08:00
#timeout = "30" # you get this long by default
2023-08-30 08:04:42 +08:00
markers = [
2023-11-08 09:35:44 +08:00
"slow: tests that take awhile to run and can be skipped with -m 'not slow'" ,
"tici: tests that are only meant to run on the C3/C3X" ,
2023-08-30 08:04:42 +08:00
]
2023-09-06 09:52:40 +08:00
testpaths = [
2024-06-05 03:09:06 +08:00
"common" ,
"selfdrive/boardd" ,
"selfdrive/car" ,
"selfdrive/controls" ,
"selfdrive/locationd" ,
"selfdrive/monitoring" ,
"selfdrive/navd/tests" ,
"selfdrive/test/longitudinal_maneuvers" ,
"selfdrive/test/process_replay/test_fuzzy.py" ,
"system/updated" ,
"system/thermald" ,
"system/athena" ,
"system/camerad" ,
"system/hardware/tici" ,
"system/loggerd" ,
"system/proclogd" ,
"system/tests" ,
"system/ubloxd" ,
"system/webrtc" ,
"tools/lib/tests" ,
"tools/replay" ,
"tools/cabana"
2023-09-06 09:52:40 +08:00
]
2023-08-10 23:23:19 +08:00
2023-08-21 12:08:04 +08:00
[ tool . mypy ]
python_version = "3.11"
plugins = [
"numpy.typing.mypy_plugin" ,
]
exclude = [
"body/" ,
"cereal/" ,
"opendbc/" ,
"panda/" ,
"rednose/" ,
"rednose_repo/" ,
"tinygrad/" ,
"tinygrad_repo/" ,
2023-12-02 13:13:37 +08:00
"teleoprtc/" ,
"teleoprtc_repo/" ,
2023-08-21 12:08:04 +08:00
"third_party/" ,
]
# third-party packages
ignore_missing_imports = true
# helpful warnings
warn_redundant_casts = true
warn_unreachable = true
warn_unused_ignores = true
# restrict dynamic typing
warn_return_any = true
2024-02-26 05:29:18 +08:00
# allow implicit optionals for default args
implicit_optional = true
2023-08-21 12:08:04 +08:00
2022-10-22 07:23:56 +08:00
[ tool . poetry ]
name = "openpilot"
version = "0.1.0"
description = "an open source driver assistance system"
authors = [ "Vehicle Researcher <user@comma.ai>" ]
license = "MIT"
readme = "README.md"
repository = "https://github.com/commaai/openpilot"
documentation = "https://docs.comma.ai"
[ tool . poetry . dependencies ]
2024-05-26 12:20:15 +08:00
python = "~3.11"
2023-07-27 14:08:23 +08:00
aiohttp = "*"
aiortc = "*"
2023-07-25 10:01:09 +08:00
cffi = "*"
crcmod = "*"
Cython = "*"
json-rpc = "*"
libusb1 = "*"
2023-08-18 06:36:14 +08:00
numpy = "*"
2023-07-25 10:01:09 +08:00
onnx = ">=1.14.0"
2024-01-17 12:22:05 +08:00
onnxruntime = { version = ">=1.16.3" , platform = "linux" , markers = "platform_machine == 'aarch64'" }
onnxruntime-gpu = { version = ">=1.16.3" , platform = "linux" , markers = "platform_machine == 'x86_64'" }
2023-07-25 10:01:09 +08:00
psutil = "*"
2023-07-27 14:08:23 +08:00
pyaudio = "*"
2023-07-25 10:01:09 +08:00
pycapnp = "*"
pycryptodome = "*"
PyJWT = "*"
pyserial = "*"
pyzmq = "*"
requests = "*"
scons = "*"
2024-01-27 06:33:59 +08:00
sentry-sdk = "*"
2023-07-25 10:01:09 +08:00
smbus2 = "*"
sounddevice = "*"
spidev = { version = "*" , platform = "linux" }
sympy = "*"
websocket_client = "*"
2022-10-22 07:23:56 +08:00
2024-04-30 07:35:49 +08:00
# acados deps
casadi = "*"
future-fstrings = "*"
2023-12-17 10:52:15 +08:00
# these should be removed
markdown-it-py = "*"
timezonefinder = "*"
setproctitle = "*"
2022-10-22 07:23:56 +08:00
[ tool . poetry . group . dev . dependencies ]
2023-07-25 10:01:09 +08:00
av = "*"
2023-08-26 05:01:10 +08:00
azure-identity = "*"
azure-storage-blob = "*"
2023-07-25 10:01:09 +08:00
breathe = "*"
2024-05-19 06:15:41 +08:00
control = "*"
2023-07-25 10:01:09 +08:00
coverage = "*"
dictdiffer = "*"
2024-01-26 09:31:51 +08:00
flaky = "*"
2023-09-22 08:40:14 +08:00
hypothesis = "~6.47"
2023-07-25 10:01:09 +08:00
inputs = "*"
2023-12-17 10:52:15 +08:00
Jinja2 = "*"
2023-07-25 10:01:09 +08:00
lru-dict = "*"
matplotlib = "*"
2024-05-31 02:25:21 +08:00
# No release for this fix https://github.com/metadriverse/metadrive/issues/632. Pinned to this commit until next release
metadrive-simulator = { git = "https://github.com/metadriverse/metadrive.git" , rev = "233a3a1698be7038ec3dd050ca10b547b4b3324c" , markers = "platform_machine != 'aarch64'" } # no linux/aarch64 wheels for certain dependencies
2023-07-25 10:01:09 +08:00
mpld3 = "*"
mypy = "*"
myst-parser = "*"
natsort = "*"
2023-08-12 11:05:44 +08:00
opencv-python-headless = "*"
2023-07-25 10:01:09 +08:00
parameterized = "^0.8"
pprofile = "*"
2023-12-18 08:37:33 +08:00
polyline = "*"
2023-07-25 10:01:09 +08:00
pre-commit = "*"
2024-01-25 05:54:31 +08:00
pyautogui = "*"
2024-01-27 08:00:33 +08:00
pyopencl = "==2023.1.4" # 2024.1 is broken on arm64
2023-07-25 10:01:09 +08:00
pygame = "*"
2024-01-25 05:54:31 +08:00
pywinctl = "*"
2023-07-25 10:01:09 +08:00
pyprof2calltree = "*"
pytest = "*"
2023-08-22 11:51:27 +08:00
pytest-cov = "*"
2023-09-12 05:01:50 +08:00
pytest-cpp = "*"
2023-08-23 05:31:03 +08:00
pytest-subtests = "*"
2023-07-25 10:01:09 +08:00
pytest-xdist = "*"
2023-08-29 01:26:19 +08:00
pytest-timeout = "*"
2023-12-10 06:28:32 +08:00
pytest-randomly = "*"
2024-05-18 02:01:44 +08:00
pytest-asyncio = "*"
pytest-mock = "*"
2024-06-04 08:17:02 +08:00
pytest-repeat = "*"
2024-05-26 02:09:08 +08:00
rerun-sdk = "*"
2023-09-18 06:44:03 +08:00
ruff = "*"
2023-07-25 10:01:09 +08:00
sphinx = "*"
sphinx-rtd-theme = "*"
sphinx-sitemap = "*"
tabulate = "*"
types-requests = "*"
types-tabulate = "*"
2023-12-17 10:52:15 +08:00
tqdm = "*"
2023-10-19 11:18:08 +08:00
# this is only pinned since 5.15.11 is broken
pyqt5 = { version = "==5.15.2" , markers = "platform_machine == 'x86_64'" } # no aarch64 wheels for macOS/linux
2022-10-22 07:23:56 +08:00
[ build-system ]
requires = [ "poetry-core" ]
build-backend = "poetry.core.masonry.api"
2023-08-10 04:26:54 +08:00
# https://beta.ruff.rs/docs/configuration/#using-pyprojecttoml
[ tool . ruff ]
2024-03-07 11:15:14 +08:00
indent-width = 2
2024-05-21 08:47:48 +08:00
lint . select = [
"E" , "F" , "W" , "PIE" , "C4" , "ISC" , "A" , "B" ,
"NPY" , # numpy
"UP" , # pyupgrade
"TRY302" , "TRY400" , "TRY401" , # try/excepts
"RUF008" , "RUF100" ,
"TID251"
]
2024-05-21 08:40:46 +08:00
lint . ignore = [
"E741" ,
"E402" ,
"C408" ,
"ISC003" ,
"B027" ,
"B024" ,
"NPY002" , # new numpy random syntax is worse
2024-05-21 08:43:54 +08:00
"UP038" , # (x, y) -> x|y for isinstance
2024-05-21 08:40:46 +08:00
]
2023-08-10 04:26:54 +08:00
line-length = 160
2023-08-10 07:45:09 +08:00
target-version = "py311"
exclude = [
2024-03-08 06:58:36 +08:00
"body" ,
"cereal" ,
2023-08-10 07:45:09 +08:00
"panda" ,
"opendbc" ,
"rednose_repo" ,
"tinygrad_repo" ,
2023-12-02 13:13:37 +08:00
"teleoprtc" ,
2023-12-07 07:33:17 +08:00
"teleoprtc_repo" ,
2023-08-10 07:45:09 +08:00
"third_party" ,
]
2024-02-08 14:54:40 +08:00
lint . flake8-implicit-str-concat . allow-multiline = false
[ tool . ruff . lint . flake8-tidy-imports . banned-api ]
2023-09-09 01:43:02 +08:00
"selfdrive" . msg = "Use openpilot.selfdrive"
"common" . msg = "Use openpilot.common"
"system" . msg = "Use openpilot.system"
"third_party" . msg = "Use openpilot.third_party"
2023-09-17 06:11:09 +08:00
"tools" . msg = "Use openpilot.tools"
2024-02-28 06:17:01 +08:00
"pytest.main" . msg = "pytest.main requires special handling that is easy to mess up!"
2024-05-18 02:01:44 +08:00
"unittest" . msg = "Use pytest"
2023-11-11 02:02:05 +08:00
[ tool . coverage . run ]
2023-12-10 05:24:18 +08:00
concurrency = [ "multiprocessing" , "thread" ]
2024-03-07 11:15:14 +08:00
[ tool . ruff . format ]
quote-style = "preserve"