Skip to content

Commit 8278dce

Browse files
author
Trong Nhan Mai
committed
chore: change python3 to python in certain test cases
Signed-off-by: Trong Nhan Mai <[email protected]>
1 parent efbfd21 commit 8278dce

File tree

4 files changed

+4
-4
lines changed
  • tests/integration/cases

4 files changed

+4
-4
lines changed

tests/integration/cases/commit_finder_tag_matching_functionality/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ steps:
88
- name: Run the test commit finder script
99
kind: shell
1010
options:
11-
cmd: python3 commit_finder.py
11+
cmd: python commit_finder.py

tests/integration/cases/django_with_dep_resolution_virtual_env_as_input/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ steps:
1111
- name: Create virtual environment.
1212
kind: shell
1313
options:
14-
cmd: python3 -m venv ./django_venv
14+
cmd: python -m venv ./django_venv
1515
- name: Prepare virtual environment.
1616
kind: shell
1717
options:

tests/integration/cases/repo_finder_remote_calls/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ steps:
88
- name: Run the test repo finder script
99
kind: shell
1010
options:
11-
cmd: python3 repo_finder.py
11+
cmd: python repo_finder.py

tests/integration/cases/run_macaron_sh_script_unit_test/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ steps:
1212
- name: Run test_run_macaron_sh.py
1313
kind: shell
1414
options:
15-
cmd: python3 ./test_run_macaron_sh.py
15+
cmd: python ./test_run_macaron_sh.py

0 commit comments

Comments
 (0)