Remove test QApplication "fix" again.
This causes more segfaults than it prevents...
This commit is contained in:
parent
87951ee3a8
commit
a41331a402
@ -19,13 +19,8 @@
|
||||
|
||||
"""The qutebrowser test suite."""
|
||||
|
||||
import atexit
|
||||
import functools
|
||||
|
||||
import sip
|
||||
from PyQt5.QtWidgets import QApplication
|
||||
|
||||
# We create a singleton QApplication here.
|
||||
|
||||
qApp = QApplication([])
|
||||
atexit.register(functools.partial(sip.delete, qApp))
|
||||
|
Loading…
Reference in New Issue
Block a user