We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1fa051 commit 33e93daCopy full SHA for 33e93da
tests/pytest_examples/test_complex_layouts.py
@@ -11,7 +11,7 @@ def test_complex_layouts(session) -> None:
11
import pytest
12
13
pytest.skip(
14
- "Skipping test_complex_layouts due to platform-specific and timing-sensitive issues"
+ "Skipping test_complex_layouts due to platform-specific and timing-sensitive issues",
15
)
16
17
# Create a window with multiple panes in a specific layout
0 commit comments