Skip to content

Commit 7f05ac6

Browse files
sync python packages
1 parent 427c379 commit 7f05ac6

File tree

2 files changed

+535
-520
lines changed

2 files changed

+535
-520
lines changed

userspace/uv/openpilot/pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ dependencies = [
6868

6969
# logreader
7070
"zstandard",
71+
72+
# ui
73+
"qrcode",
7174
]
7275

7376
[project.optional-dependencies]
@@ -85,7 +88,8 @@ testing = [
8588
"pytest-cov",
8689
"pytest-cpp",
8790
"pytest-subtests",
88-
"pytest-xdist",
91+
# https://github.com/pytest-dev/pytest-xdist/issues/1215
92+
"pytest-xdist @ git+https://github.com/sshane/pytest-xdist@909e97b49d12401c10608f9d777bfc9dab8a4413",
8993
"pytest-timeout",
9094
"pytest-randomly",
9195
"pytest-asyncio",
@@ -259,6 +263,7 @@ lint.flake8-implicit-str-concat.allow-multiline = false
259263
"tools".msg = "Use openpilot.tools"
260264
"pytest.main".msg = "pytest.main requires special handling that is easy to mess up!"
261265
"unittest".msg = "Use pytest"
266+
"pyray.measure_text_ex".msg = "Use openpilot.system.ui.lib.text_measure"
262267

263268
[tool.coverage.run]
264269
concurrency = ["multiprocessing", "thread"]

0 commit comments

Comments
 (0)