Skip to content

Commit

Permalink
Fix pytest decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Jun 13, 2024
1 parent bf80eb2 commit 8e1855a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qwt/tests/test_stylesheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def __init__(self):


# Skip the test for PySide6 on Linux
@pytest.skipif(
@pytest.mark.skipif(
qtpy.API_NAME == "PySide6" and os.name == "posix",
reason="Fails on Linux with PySide6 for unknown reasons",
)
Expand Down

0 comments on commit 8e1855a

Please sign in to comment.