Skip to content

Commit

Permalink
Change velocitas-lib tag and add error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernAtBosch committed Mar 18, 2024
1 parent e123dec commit 6666b52
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion desired_state_generator/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git+https://github.com/eclipse-velocitas/velocitas-lib.git@change_to_native
git+https://github.com/eclipse-velocitas/velocitas-lib.git@v0.0.3
2 changes: 1 addition & 1 deletion runtime_k3d/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
yaspin==2.3.0
ruamel.yaml==0.17.32
git+https://github.com/eclipse-velocitas/velocitas-lib.git@change_to_native
git+https://github.com/eclipse-velocitas/velocitas-lib.git@v0.0.3
2 changes: 1 addition & 1 deletion runtime_k3d/test/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pytest-ordering==0.6
pytest-asyncio==0.20.3
pytest-cov==4.0.0
types-mock==4.0.15.2
git+https://github.com/eclipse-velocitas/velocitas-lib.git@change_to_native
git+https://github.com/eclipse-velocitas/velocitas-lib.git@v0.0.3
2 changes: 1 addition & 1 deletion runtime_kanto/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
yaspin==2.3.0
git+https://github.com/eclipse-velocitas/velocitas-lib.git@change_to_native
git+https://github.com/eclipse-velocitas/velocitas-lib.git@v0.0.3
2 changes: 1 addition & 1 deletion runtime_kanto/test/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pytest==7.2.1
pytest-ordering==0.6
pytest-asyncio==0.20.3
pytest-cov==4.0.0
git+https://github.com/eclipse-velocitas/velocitas-lib.git@change_to_native
git+https://github.com/eclipse-velocitas/velocitas-lib.git@v0.0.3
2 changes: 1 addition & 1 deletion runtime_local/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
yaspin==2.3.0
git+https://github.com/eclipse-velocitas/velocitas-lib.git@change_to_native
git+https://github.com/eclipse-velocitas/velocitas-lib.git@v0.0.3
2 changes: 2 additions & 0 deletions runtime_local/src/run-vehicle-app.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ def run_app(
dapr_args = dapr_args + ["--"]
program_args = dapr_args + program_args
subprocess.check_call(program_args)
else:
raise NotImplementedError("Unsupported middleware type!")


if __name__ == "__main__":
Expand Down
2 changes: 1 addition & 1 deletion runtime_local/test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==7.2.1
git+https://github.com/eclipse-velocitas/velocitas-lib.git@change_to_native
git+https://github.com/eclipse-velocitas/velocitas-lib.git@v0.0.3

0 comments on commit 6666b52

Please sign in to comment.