Skip to content

Commit 7e9ae6c

Browse files
authoredSep 27, 2024··
Delete ci/test_pyside6.sh (#1509)
The pyside6 test pipeline already runs as part of the test_python pipeline as the dependency is already part of the requirements_gui.txt file for python>3.10
1 parent 4e0ec97 commit 7e9ae6c

File tree

4 files changed

+4
-93
lines changed

4 files changed

+4
-93
lines changed
 

‎.github/workflows/testing-pipeline.yml

-9
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,6 @@ jobs:
7474
chown -R aswfuser:aswfgroup .
7575
su -c "cd cuebot && ./gradlew build --stacktrace --info" aswfuser
7676
77-
test_pyside6:
78-
name: Run CueGUI Tests using PySide6
79-
runs-on: ubuntu-latest
80-
container: almalinux:9
81-
steps:
82-
- uses: actions/checkout@v3
83-
- name: Run CueGUI Tests
84-
run: ci/test_pyside6.sh
85-
8677
lint_python:
8778
name: Lint Python Code
8879
runs-on: ubuntu-latest

‎.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ htmlcov/
1414
.vscode
1515
.venv/
1616
.eggs/*
17+
.gradle/*
18+
/cuebot/logs
19+
/cuebot/bin
20+
/logs

‎ci/run_python_tests_pyside6.sh

-48
This file was deleted.

‎ci/test_pyside6.sh

-36
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.