File tree Expand file tree Collapse file tree 2 files changed +535
-520
lines changed
Expand file tree Collapse file tree 2 files changed +535
-520
lines changed Original file line number Diff line number Diff 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 ]
264269concurrency = [" multiprocessing" , " thread" ]
You can’t perform that action at this time.
0 commit comments