Skip to content

Commit 93ed730

Browse files
committed
tests(test_builder) Remove tmux 3.2a skip marker
Remove skip marker from test_start_directory_sets_session_path. This test uses a format introduced in tmux 3.2a, which is now the minimum version.
1 parent 6c727f0 commit 93ed730

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/workspace/test_builder.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -598,10 +598,6 @@ def f(path: str, p: Pane) -> bool:
598598
assert retry_until(f_)
599599

600600

601-
@pytest.mark.skipif(
602-
has_lt_version("3.2a"),
603-
reason="needs format introduced in tmux >= 3.2a",
604-
)
605601
def test_start_directory_sets_session_path(server: Server) -> None:
606602
"""Test start_directory setting path in session_path."""
607603
workspace = ConfigReader._from_file(

0 commit comments

Comments
 (0)