From a30a66a892a1458fa19d64ee354d584dbffe4b75 Mon Sep 17 00:00:00 2001 From: Neowutran Date: Wed, 5 Aug 2020 18:50:17 +0200 Subject: [PATCH] Try to fix ci build, missing libreoffice UNO dependency - changing strategie --- .travis.yml | 4 ---- qubespdfconverter/server.py | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index aed0afd..5fb5156 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,13 +6,9 @@ import: jobs: include: language: python - virtualenv: - system_site_packages: true python: - '3.7' install: - - sudo apt update - - sudo apt install -qq -y libreoffice libreoffice-script-provider-python - pip install --quiet -r ci/requirements.txt script: - python3 -m pylint --rcfile=.pylintrc qubespdfconverter diff --git a/qubespdfconverter/server.py b/qubespdfconverter/server.py index 5231cca..0162522 100755 --- a/qubespdfconverter/server.py +++ b/qubespdfconverter/server.py @@ -36,7 +36,7 @@ from dataclasses import dataclass from tempfile import TemporaryDirectory import magic -import uno +import uno # pylint: disable=import-error DEPTH = 8 STDIN_READ_SIZE = 65536