PyInstaller env: Remove link_pyqt call
This commit is contained in:
parent
687f288453
commit
00a8e79311
1
tox.ini
1
tox.ini
@ -264,7 +264,6 @@ whitelist_externals =
|
||||
commands =
|
||||
wget https://patch-diff.githubusercontent.com/raw/pyinstaller/pyinstaller/pull/2403.patch -O {envtmpdir}/pyqt.patch -o/dev/null
|
||||
patch -f -p1 -d {envdir}/src/pyinstaller -i {envtmpdir}/pyqt.patch
|
||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||
{envbindir}/pyinstaller --noconfirm misc/qutebrowser.spec
|
||||
|
||||
[testenv:eslint]
|
||||
|
Loading…
Reference in New Issue
Block a user