Add python3-xvfbwrapper for python 3
buildbot/travis_bionic Build done. Details

- workaround for Qt tests
This commit is contained in:
Peter Šurda 2021-08-26 21:09:23 +08:00
parent eef4c3dd16
commit 656098a451
Signed by: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ function pyqt5() {
# install pyqt5 on python > 3
if [[ ! "$TRAVIS_PYTHON" == "2.7" ]]; then
sudo apt -y install qtbase5-dev qt5-default
sudo apt -y install python3-xvfbwrapper
fi
}