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 1de683e commit 6b291cbCopy full SHA for 6b291cb
qtpy/tests/test_qtwebenginewidgets.py
@@ -15,7 +15,9 @@
15
@pytest.mark.skipif(
16
not (
17
(PYQT6 and _parse_version(PYQT_VERSION) >= _parse_version("6.2"))
18
- or (PYSIDE6 and _parse_version(PYSIDE_VERSION) >= _parse_version("6.2"))
+ or (
19
+ PYSIDE6 and _parse_version(PYSIDE_VERSION) >= _parse_version("6.2")
20
+ )
21
or PYQT5
22
or PYSIDE2
23
),
0 commit comments