File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 2828 - name : Install Qt system dependencies
2929 run : |
3030 sudo apt-get update
31- sudo apt-get install -y libegl1 libdbus-1-3 libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 x11-utils libx11-xcb1 libxcb1 libx11-6 libgl1
31+ sudo apt-get install -y xvfb libegl1 libdbus-1-3 libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 x11-utils libx11-xcb1 libxcb1 libx11-6 libgl1 libxcb-cursor0 libxcb-shape0
3232
3333 - name : Lint with flake8
3434 run : |
4040 - name : Run Tests
4141 # Usamos xvfb para simular un display para los tests de UI si son necesarios
4242 run : |
43- sudo apt-get install -y xvfb
44- xvfb-run pytest tests/
43+ xvfb-run -a pytest tests/
You can’t perform that action at this time.
0 commit comments