This seemed to fix the test on the local machine
This commit is contained in:
+3
-2
@@ -8,14 +8,15 @@ addons:
|
||||
apt:
|
||||
packages:
|
||||
- libenchant-dev
|
||||
- python3-pyqt5
|
||||
- python3-pyqt5.qtsvg
|
||||
python:
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
install:
|
||||
- pip install --upgrade pip
|
||||
- pip install lxml
|
||||
- pip install pyqt5==5.14.2
|
||||
- pip install -r requirements.txt
|
||||
# - pip install pytest-faulthandler
|
||||
- pip install PyVirtualDisplay
|
||||
- pip install pytest-xvfb
|
||||
|
||||
Reference in New Issue
Block a user