Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mml5bg committed Sep 1, 2023
1 parent 1fc6808 commit c3a20a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 30 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ repos:
hooks:
- id: insert-license
files: '.*\.(py|pyi|yaml|yml|sh|helmignore|dockerignore|gitignore)$'
exclude: tests
args:
- --license-filepath
- license_header.txt
Expand Down
14 changes: 0 additions & 14 deletions tests/automated_tests/requirements_test.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
# Copyright (c) 2022 Robert Bosch GmbH and Microsoft Corporation
#
# This program and the accompanying materials are made available under the
# terms of the Apache License, Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0.
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
#
# SPDX-License-Identifier: Apache-2.0

# Copyright (c) 2023 Robert Bosch GmbH

# This program and the accompanying materials are made available under the
Expand Down
18 changes: 2 additions & 16 deletions tests/automated_tests/runtime_test.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
# Copyright (c) 2022 Robert Bosch GmbH and Microsoft Corporation
#
# This program and the accompanying materials are made available under the
# terms of the Apache License, Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0.
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
#
# SPDX-License-Identifier: Apache-2.0

# Copyright (c) 2023 Robert Bosch GmbH

# This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -51,8 +37,8 @@ def test_runtime(self, runtime):
"-x",
(
f"/home/vscode/.velocitas/packages/{package_name}/"
"{package_version}/{runtime}/test/integration/"
"integration_test.py"
f"{package_version}/{runtime}/test/integration/"
f"integration_test.py"
),
]
)

0 comments on commit c3a20a6

Please sign in to comment.