Skip to content

Commit 8e1855a

Browse files
committed
Fix pytest decorator
1 parent bf80eb2 commit 8e1855a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qwt/tests/test_stylesheet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def __init__(self):
2424

2525

2626
# Skip the test for PySide6 on Linux
27-
@pytest.skipif(
27+
@pytest.mark.skipif(
2828
qtpy.API_NAME == "PySide6" and os.name == "posix",
2929
reason="Fails on Linux with PySide6 for unknown reasons",
3030
)

0 commit comments

Comments
 (0)