Revert "Add QApplication check to init_venv.py."
This reverts commit 3729ccb8cf
.
This just lead to unnecessary problems where the toolchain actually works just
fine.
This commit is contained in:
parent
494825fed0
commit
2ad1c4737c
@ -119,9 +119,6 @@ def test_toolchain():
|
||||
pkg = 'bs4'
|
||||
print("Importing {}".format(pkg))
|
||||
venv_python('-c', 'import {}'.format(pkg))
|
||||
print("Checking if we can use QApplication")
|
||||
venv_python('-c',
|
||||
'from PyQt5.QtWidgets import QApplication; QApplication([])')
|
||||
|
||||
|
||||
def verbose_copy(src, dst, *, follow_symlinks=True):
|
||||
|
Loading…
Reference in New Issue
Block a user