|
|
@ -1,3 +1,12 @@ |
|
|
|
|
|
|
|
[project] |
|
|
|
|
|
|
|
name = "openpilot" |
|
|
|
|
|
|
|
requires-python = ">= 3.11" |
|
|
|
|
|
|
|
readme = "README.md" |
|
|
|
|
|
|
|
license = {text = "MIT License"} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[project.urls] |
|
|
|
|
|
|
|
Homepage = "https://comma.ai" |
|
|
|
|
|
|
|
|
|
|
|
[tool.pytest.ini_options] |
|
|
|
[tool.pytest.ini_options] |
|
|
|
minversion = "6.0" |
|
|
|
minversion = "6.0" |
|
|
|
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" |
|
|
|
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" |
|
|
|