We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a9cbd4 + d1b8f31 commit 44f76efCopy full SHA for 44f76ef
pytestqt/qt_compat.py
@@ -26,8 +26,6 @@
26
msg = 'pytest-qt requires either PyQt4 or PySide to be installed'
27
raise ImportError(msg)
28
USING_PYSIDE = False
29
- sip.setapi('QString', 2)
30
- sip.setapi('QVariant', 2)
31
import PyQt4.QtCore as _QtCore
32
QtCore = _QtCore
33
0 commit comments