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:
Florian Bruhin 2015-02-09 15:25:52 +01:00
parent 494825fed0
commit 2ad1c4737c

View File

@ -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):