Skip to content

Commit 12a3054

Browse files
committed
tests(test_load) Remove tmux 2.1 skip marker
Remove skip marker for test_load_workspace_name_match_regression_252. This test was skipped for tmux < 2.1, which is no longer relevant now that tmux 3.2+ is the minimum version.
1 parent 48c9413 commit 12a3054

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/cli/test_load.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
import libtmux
1111
import pytest
12-
from libtmux.common import has_lt_version
1312
from libtmux.server import Server
1413
from libtmux.session import Session
1514

@@ -96,10 +95,6 @@ def test_load_workspace_named_session(
9695
assert session.name == "tmuxp-new"
9796

9897

99-
@pytest.mark.skipif(
100-
has_lt_version("2.1"),
101-
reason="exact session name matches only tmux >= 2.1",
102-
)
10398
def test_load_workspace_name_match_regression_252(
10499
tmp_path: pathlib.Path,
105100
server: Server,

0 commit comments

Comments
 (0)