trying to minimize pipeline deps

This commit is contained in:
2023-01-24 16:22:33 +01:00
parent 1d9ff7af75
commit d53aada066

View File

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