forked from commaai/openpilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bot] Bump submodules (commaai#32989)
bump submodules Co-authored-by: Vehicle Researcher <[email protected]>
- Loading branch information
1 parent
c0739cd
commit 00af33c
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule msgq_repo
updated
7 files
+1 −1 | .github/workflows/tests.yml | |
+1 −1 | Dockerfile | |
+33 −37 | msgq/tests/test_fake.py | |
+6 −24 | msgq/tests/test_messaging.py | |
+7 −11 | msgq/tests/test_poller.py | |
+35 −26 | msgq/visionipc/tests/test_visionipc.py | |
+11 −0 | pyproject.toml |
Submodule opendbc
updated
8 files
+1 −1 | .github/workflows/tests.yml | |
+3 −10 | can/tests/test_checksums.py | |
+7 −13 | can/tests/test_dbc_exceptions.py | |
+4 −11 | can/tests/test_dbc_parser.py | |
+14 −23 | can/tests/test_define.py | |
+43 −51 | can/tests/test_packer_parser.py | |
+5 −10 | can/tests/test_parser_performance.py | |
+2 −0 | requirements.txt |
Submodule teleoprtc_repo
updated
6 files
+1 −2 | .github/workflows/tests.yaml | |
+10 −1 | pyproject.toml | |
+13 −19 | tests/test_info.py | |
+21 −24 | tests/test_integration.py | |
+12 −14 | tests/test_stream.py | |
+7 −11 | tests/test_track.py |