2023-08-10 08:23:19 -07:00
[ tool . pytest . ini_options ]
minversion = "6.0"
2023-09-10 16:47:07 -07:00
addopts = "--ignore=openpilot/ --ignore=cereal/ --ignore=opendbc/ --ignore=panda/ --ignore=rednose_repo/ --ignore=tinygrad_repo/ --ignore=laika_repo/ -Werror --strict-config --strict-markers --durations=10"
2023-09-11 14:01:50 -07:00
#cpp_files = "test_*" # uncomment when agnos has pytest-cpp and remove from CI
2023-08-10 08:23:19 -07:00
python_files = "test_*.py"
2023-08-28 10:26:19 -07:00
#timeout = "30" # you get this long by default
2023-08-29 17:04:42 -07:00
markers = [
"parallel: mark tests as parallelizable (tests with no global state, so can be run in parallel)"
]
2023-09-05 18:52:40 -07:00
testpaths = [
"common" ,
"selfdrive/athena" ,
"selfdrive/boardd" ,
"selfdrive/car" ,
"selfdrive/controls" ,
"selfdrive/locationd" ,
"selfdrive/monitoring" ,
"selfdrive/thermald" ,
"selfdrive/test/longitudinal_maneuvers" ,
"system/hardware/tici" ,
"system/loggerd" ,
2023-09-11 14:01:50 -07:00
"system/proclogd" ,
2023-09-05 18:52:40 -07:00
"system/tests" ,
"system/ubloxd" ,
2023-09-11 14:01:50 -07:00
"tools/lib/tests" ,
"tools/replay" ,
"tools/cabana"
2023-09-05 18:52:40 -07:00
]
2023-08-10 08:23:19 -07:00
2023-08-20 21:08:04 -07:00
[ tool . mypy ]
python_version = "3.11"
plugins = [
"numpy.typing.mypy_plugin" ,
]
exclude = [
"body/" ,
"cereal/" ,
"opendbc/" ,
"panda/" ,
"laika/" ,
"laika_repo/" ,
"rednose/" ,
"rednose_repo/" ,
"tinygrad/" ,
"tinygrad_repo/" ,
"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
2022-10-21 16:23:56 -07: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 ]
2023-07-20 21:56:57 -07:00
python = "~3.11"
2023-07-24 19:01:09 -07:00
atomicwrites = "*"
2023-07-26 23:08:23 -07:00
aiohttp = "*"
aiortc = "*"
2023-06-21 22:14:20 +02:00
casadi = "==3.6.3"
2023-07-24 19:01:09 -07:00
cffi = "*"
2023-08-22 16:48:02 -07:00
control = "*"
2023-07-24 19:01:09 -07:00
crcmod = "*"
cryptography = "*"
Cython = "*"
future-fstrings = "*" # for acados
2022-10-21 16:23:56 -07:00
hatanaka = "==2.4"
2023-07-24 19:01:09 -07:00
hexdump = "*"
Jinja2 = "*"
json-rpc = "*"
libusb1 = "*"
2023-08-17 15:36:14 -07:00
numpy = "*"
2023-07-24 19:01:09 -07:00
onnx = ">=1.14.0"
onnxruntime-gpu = { version = ">=1.15.1" , platform = "linux" , markers = "platform_machine == 'x86_64'" }
pillow = "*"
psutil = "*"
2023-07-26 23:08:23 -07:00
pyaudio = "*"
2023-07-24 19:01:09 -07:00
pycapnp = "*"
pycryptodome = "*"
2023-08-28 14:49:59 -07:00
pycurl = "*"
2023-07-26 23:08:23 -07:00
pydub = "*"
2023-07-24 19:01:09 -07:00
PyJWT = "*"
pyopencl = "*"
pyserial = "*"
PyYAML = "*"
pyzmq = "*"
requests = "*"
scons = "*"
2023-08-11 20:05:44 -07:00
sentry-sdk = "==1.28.1" # needs to be updated with AGNOS
2023-07-24 19:01:09 -07:00
setproctitle = "*"
smbus2 = "*"
sounddevice = "*"
spidev = { version = "*" , platform = "linux" }
spidev2 = { version = "*" , platform = "linux" }
sympy = "*"
timezonefinder = "*"
tqdm = "*"
urllib3 = "*"
websocket_client = "*"
polyline = "*"
2023-04-06 21:12:32 -07:00
sconscontrib = { git = "https://github.com/SCons/scons-contrib.git" }
2022-10-21 16:23:56 -07:00
[ tool . poetry . group . dev . dependencies ]
2023-07-24 19:01:09 -07:00
av = "*"
2023-08-25 14:01:10 -07:00
azure-identity = "*"
azure-storage-blob = "*"
2023-07-24 19:01:09 -07:00
breathe = "*"
2023-07-20 21:56:57 -07:00
carla = { url = "https://github.com/commaai/carla/releases/download/3.11.4/carla-0.9.14-cp311-cp311-linux_x86_64.whl" , platform = "linux" , markers = "platform_machine == 'x86_64'" }
2023-07-24 19:01:09 -07:00
coverage = "*"
dictdiffer = "*"
ft4222 = "*"
2022-10-21 16:23:56 -07:00
hypothesis = "==6.46.7"
2023-07-24 19:01:09 -07:00
inputs = "*"
lru-dict = "*"
markdown-it-py = "*"
matplotlib = "*"
2023-09-15 14:55:08 -07:00
metadrive-simulator = { git = "https://github.com/metadriverse/metadrive.git" , rev = "7d6f8ef707bfff67c6b88f3b4a98f8b1d58bf8e6" , markers = "platform_machine != 'aarch64'" } # no linux/aarch64 wheels for certain dependencies
2023-07-24 19:01:09 -07:00
mpld3 = "*"
mypy = "*"
myst-parser = "*"
natsort = "*"
2023-08-11 20:05:44 -07:00
opencv-python-headless = "*"
2023-07-24 19:01:09 -07:00
pandas = "*"
parameterized = "^0.8"
pprofile = "*"
pre-commit = "*"
pygame = "*"
pyprof2calltree = "*"
pytest = "*"
2023-08-21 20:51:27 -07:00
pytest-cov = "*"
2023-09-11 14:01:50 -07:00
pytest-cpp = "*"
2023-08-22 14:31:03 -07:00
pytest-subtests = "*"
2023-07-24 19:01:09 -07:00
pytest-xdist = "*"
2023-08-28 10:26:19 -07:00
pytest-timeout = "*"
pytest-timeouts = "*"
2023-08-11 20:05:44 -07:00
scipy = "*"
2023-07-24 19:01:09 -07:00
sphinx = "*"
sphinx-rtd-theme = "*"
sphinx-sitemap = "*"
tabulate = "*"
tenacity = "*"
types-atomicwrites = "*"
types-certifi = "*"
types-pycurl = "*"
types-PyYAML = "*"
types-requests = "*"
types-tabulate = "*"
2023-08-16 14:11:45 -07:00
pyqt5 = { version = "*" , markers = "platform_machine == 'x86_64'" } # no aarch64 wheels for macOS/linux
2022-10-21 16:23:56 -07:00
[ build-system ]
requires = [ "poetry-core" ]
build-backend = "poetry.core.masonry.api"
2023-08-09 13:26:54 -07:00
# https://beta.ruff.rs/docs/configuration/#using-pyprojecttoml
[ tool . ruff ]
2023-09-16 15:11:09 -07:00
select = [ "E" , "F" , "W" , "PIE" , "C4" , "ISC" , "RUF008" , "RUF100" , "A" , "B" , "TID251" ]
2023-08-11 16:13:51 -07:00
ignore = [ "W292" , "E741" , "E402" , "C408" , "ISC003" , "B027" , "B024" ]
2023-08-09 13:26:54 -07:00
line-length = 160
2023-08-09 16:45:09 -07:00
target-version = "py311"
exclude = [
"panda" ,
"opendbc" ,
"laika_repo" ,
"rednose_repo" ,
"tinygrad_repo" ,
"third_party" ,
]
2023-08-10 16:43:39 -07:00
flake8-implicit-str-concat . allow-multiline = false
2023-09-08 10:43:02 -07:00
[ tool . ruff . flake8-tidy-imports . banned-api ]
"selfdrive" . msg = "Use openpilot.selfdrive"
"common" . msg = "Use openpilot.common"
"system" . msg = "Use openpilot.system"
"third_party" . msg = "Use openpilot.third_party"
2023-09-16 15:11:09 -07:00
"tools" . msg = "Use openpilot.tools"