Fix the VLC installation command for the tests

merge-requests/482/head
Raoul Snyman 2022-08-12 09:04:58 -07:00
parent 18261b4352
commit c84b59b0b7
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ install:
- python -m pip install sqlalchemy alembic appdirs chardet beautifulsoup4 lxml Mako mysql-connector-python pytest mock psycopg2-binary websockets waitress six webob requests QtAwesome PyQt5 PyQtWebEngine pymediainfo PyMuPDF QDarkStyle python-vlc zeroconf flask-cors pytest-qt pyenchant pysword qrcode pillow
# Install Windows only dependencies
- cmd: python -m pip install pyodbc pypiwin32
- cmd: choco install vlc $env:CHOCO_VLC_ARG --no-progress --limit-output
- cmd: choco install vlc %CHOCO_VLC_ARG% --no-progress --limit-output
# Mac only dependencies
- sh: python -m pip install Pyro4 'pyobjc-core<8.2' 'pyobjc-framework-Cocoa<8.2' py-applescript
- sh: brew install --cask vlc