sync python packages

This commit is contained in:
Maxime Desroches
2025-06-13 14:39:55 -07:00
parent 427c379769
commit 7f05ac607f
2 changed files with 519 additions and 504 deletions
+6 -1
View File
@@ -68,6 +68,9 @@ dependencies = [
# logreader
"zstandard",
# ui
"qrcode",
]
[project.optional-dependencies]
@@ -85,7 +88,8 @@ testing = [
"pytest-cov",
"pytest-cpp",
"pytest-subtests",
"pytest-xdist",
# https://github.com/pytest-dev/pytest-xdist/issues/1215
"pytest-xdist @ git+https://github.com/sshane/pytest-xdist@909e97b49d12401c10608f9d777bfc9dab8a4413",
"pytest-timeout",
"pytest-randomly",
"pytest-asyncio",
@@ -259,6 +263,7 @@ lint.flake8-implicit-str-concat.allow-multiline = false
"tools".msg = "Use openpilot.tools"
"pytest.main".msg = "pytest.main requires special handling that is easy to mess up!"
"unittest".msg = "Use pytest"
"pyray.measure_text_ex".msg = "Use openpilot.system.ui.lib.text_measure"
[tool.coverage.run]
concurrency = ["multiprocessing", "thread"]
+513 -503
View File
File diff suppressed because it is too large Load Diff