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 bf80eb2 commit 8e1855aCopy full SHA for 8e1855a
qwt/tests/test_stylesheet.py
@@ -24,7 +24,7 @@ def __init__(self):
24
25
26
# Skip the test for PySide6 on Linux
27
-@pytest.skipif(
+@pytest.mark.skipif(
28
qtpy.API_NAME == "PySide6" and os.name == "posix",
29
reason="Fails on Linux with PySide6 for unknown reasons",
30
)
0 commit comments