Skip to content

Commit 1dfb0a5

Browse files
authored
chore: test_python3 -> test_python and lint_python3 -> lint_python (#270)
These is no Python 2 anymore. And hopefully, there won't be Python 4.
1 parent 21d34c9 commit 1dfb0a5

19 files changed

+22
-22
lines changed

.github/workflows/adbe-installtests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ jobs:
8888
ls $(python3 -m site --user-base)/bin/adbe
8989
$(python3 -m site --user-base)/bin/adbe --version
9090
PATH=$PATH:$(python3 -m site --user-base)/bin adbe --version # Verify adbe is installed
91-
PATH=$PATH:$(python3 -m site --user-base)/bin make test_python3_installation
91+
PATH=$PATH:$(python3 -m site --user-base)/bin make test_python_installation

.github/workflows/adbe-unittests-api16.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ jobs:
8181
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -no-metrics -camera-back none
8282
disable-animations: true
8383
target: ${{ matrix.target }}
84-
script: make test_python3
84+
script: make test_python

.github/workflows/adbe-unittests-api21.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ jobs:
6767
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -no-metrics -camera-back none
6868
disable-animations: true
6969
target: ${{ matrix.target }}
70-
script: make test_python3
70+
script: make test_python

.github/workflows/adbe-unittests-api22.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ jobs:
6767
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -no-metrics -camera-back none
6868
disable-animations: true
6969
target: ${{ matrix.target }}
70-
script: make test_python3
70+
script: make test_python

.github/workflows/adbe-unittests-api23.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ jobs:
6767
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -no-metrics -camera-back none
6868
disable-animations: true
6969
target: ${{ matrix.target }}
70-
script: make test_python3
70+
script: make test_python

.github/workflows/adbe-unittests-api24.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ jobs:
6767
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -no-metrics -camera-back none
6868
disable-animations: true
6969
target: ${{ matrix.target }}
70-
script: make test_python3
70+
script: make test_python

.github/workflows/adbe-unittests-api25.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ jobs:
6767
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -no-metrics -camera-back none
6868
disable-animations: true
6969
target: ${{ matrix.target }}
70-
script: make test_python3
70+
script: make test_python

.github/workflows/adbe-unittests-api26.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ jobs:
7474
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -no-metrics -no-metrics -camera-back none
7575
disable-animations: true
7676
target: ${{ matrix.target }}
77-
script: make test_python3
77+
script: make test_python

.github/workflows/adbe-unittests-api27.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ jobs:
6767
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -no-metrics -no-metrics -camera-back none
6868
disable-animations: true
6969
target: ${{ matrix.target }}
70-
script: make test_python3
70+
script: make test_python

.github/workflows/adbe-unittests-api28.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ jobs:
6767
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -no-metrics -camera-back none
6868
disable-animations: true
6969
target: ${{ matrix.target }}
70-
script: make test_python3
70+
script: make test_python

0 commit comments

Comments
 (0)