trying to minimize pipeline deps

This commit is contained in:
2023-01-24 16:13:28 +01:00
parent 80a43683d2
commit e9e12f7341

View File

@ -12,11 +12,9 @@ tests:
- pip install PyQtWebEngine
- apt-get update
- apt-get install -y libnss3
- apt-get install -y libxcomposite1
- apt-get install -y libxtst6
- apt-get install ffmpeg libsm6 libxext6 libxkbcommon-x11-0 -y
- apt-get install libxcb-xinerama0 -y
- apt-get install -y libnss3 libxcomposite1 libxtst6
# - apt-get install ffmpeg libsm6 libxext6 libxkbcommon-x11-0 -y
# - apt-get install libxcb-xinerama0 -y
- python -m unittest discover -f ./tests
- coverage run --source=./grum -m unittest discover -f ./tests