============================= test session starts ==============================
collected 49 items / 48 deselected / 1 selected

tests/workspace/test_builder.py F                                        [100%]

=================================== FAILURES ===================================
___________ test_load_workspace_enter[pane_enter_default_shortform] ____________
tests/workspace/test_builder.py:1024: in test_load_workspace_enter
    assert retry_until(
        builder    = <tmuxp.workspace.builder.WorkspaceBuilder object at 0x7f62dc5696f0>
        fn         = <function test_load_workspace_enter.<locals>.fn at 0x7f62dc4d0790>
        monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f62dc568df0>
        output     = '___4___'
        pane       = Pane(%1 Window(@1 1:fish, Session($0 Should execute)))
        server     = <libtmux.server.Server object at 0x7f62dc569120>
        session    = Session($0 Should execute)
        should_see = True
        tmp_path   = PosixPath('/tmp/pytest-of-zappolowski/pytest-172/test_load_workspace_enter_pane0')
        workspace  = {'session_name': 'Should execute', 'windows': [{'panes': [{'shell_command': [{...}]}]}]}
        yaml       = '\nsession_name: Should execute\nwindows:\n- panes:\n  - shell_command: echo "___$((1 + 3))___"\n'
        yaml_workspace = PosixPath('/tmp/pytest-of-zappolowski/pytest-172/test_load_workspace_enter_pane0/simple.yaml')
../libtmux/src/libtmux/test.py:99: in retry_until
    raise WaitTimeout()
E   libtmux.exc.WaitTimeout
        end        = 1667490739.5580907
        fun        = <function test_load_workspace_enter.<locals>.fn at 0x7f62dc4d0790>
        ini        = 1667490738.5456717
        interval   = 0.05
        raises     = True
        seconds    = 1
=========================== short test summary info ============================
FAILED tests/workspace/test_builder.py::test_load_workspace_enter[pane_enter_default_shortform]
======================= 1 failed, 48 deselected in 1.18s =======================
