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.
1 parent 1854fd7 commit 7cf755bCopy full SHA for 7cf755b
pytestqt/_tests/test_qtest_proxies.py
@@ -3,7 +3,8 @@
3
from pytestqt.qt_compat import USING_PYSIDE
4
5
6
-fails_on_pyqt = pytest.mark.xfail(USING_PYSIDE, reason='not exported by PyQt')
+fails_on_pyqt = pytest.mark.xfail(not USING_PYSIDE,
7
+ reason='not exported by PyQt')
8
9
10
@pytest.mark.parametrize('expected_method', [
0 commit comments