openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #34047
Re: [Merge] lp:~raoul-snyman/openlp/bundle-libvlc into lp:openlp
Review: Needs Fixing
A few changes needed for appveyor script. See inline
Diff comments:
>
> === modified file 'scripts/appveyor.yml'
> --- scripts/appveyor.yml 2019-05-01 08:43:36 +0000
> +++ scripts/appveyor.yml 2019-05-22 21:59:54 +0000
> @@ -12,18 +12,20 @@
> environment:
> matrix:
> - PYTHON: C:\\Python37-x64
> + CHOCO_VLC: vlc
> - PYTHON: C:\\Python37
> + CHOCO_VLC: vlc --forcex86
>
> install:
> # Install dependencies from pypi
> - - "%PYTHON%\\python.exe -m pip install sqlalchemy alembic appdirs chardet beautifulsoup4 lxml Mako mysql-connector-python pytest mock pyodbc psycopg2 pypiwin32 websockets asyncio waitress six webob requests QtAwesome PyQt5 PyQtWebEngine pymediainfo PyMuPDF"
> + - "%PYTHON%\\python.exe -m pip install sqlalchemy alembic appdirs chardet beautifulsoup4 lxml Mako mysql-connector-python pytest mock pyodbc psycopg2 pypiwin32 websockets asyncio waitress six webob requests QtAwesome PyQt5 PyQtWebEngine pymediainfo PyMuPDF QDarkStyle"
>
Add python-vlc?
> build: off
>
> test_script:
> - cd openlp-branch
> # Run the tests
> - - "%PYTHON%\\python.exe -m pytest -v tests"
> + #- "%PYTHON%\\python.exe -m pytest -v tests"
Enable tests again?
> # Go back to the user root folder
> - cd..
>
--
https://code.launchpad.net/~raoul-snyman/openlp/bundle-libvlc/+merge/367809
Your team OpenLP Core is subscribed to branch lp:openlp.
References