Skip to content

Commit 0b94c92

Browse files
committed
bag GUI unit testing on CI, no approach to get it to work right now
1 parent b736126 commit 0b94c92

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/python-ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,3 @@ jobs:
2222
run: |
2323
python -c "import sys; print(sys.version)"
2424
python -c "import struct; print(struct.calcsize('P') * 8)"
25-
- name: Install testing dependencies
26-
run: |
27-
python -m pip install --upgrade pip setuptools wheel tox tox-gh-actions pytest pytest-qt
28-
sudo apt install libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0
29-
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1920x1200x24 -ac +extension GLX
30-
- name: Run tox tests
31-
run: python -m tox

0 commit comments

Comments
 (0)