Loading pkgs/development/python-modules/libtmux/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,9 @@ buildPythonPackage rec { disabledTests = [ # Fail with: 'no server running on /tmp/tmux-1000/libtmux_test8sorutj1'. "test_new_session_width_height" ] ++ lib.optionals stdenv.isDarwin [ # tests/test_pane.py:113: AssertionError "test_capture_pane_start" ]; disabledTestPaths = lib.optionals stdenv.isDarwin [ Loading Loading
pkgs/development/python-modules/libtmux/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,9 @@ buildPythonPackage rec { disabledTests = [ # Fail with: 'no server running on /tmp/tmux-1000/libtmux_test8sorutj1'. "test_new_session_width_height" ] ++ lib.optionals stdenv.isDarwin [ # tests/test_pane.py:113: AssertionError "test_capture_pane_start" ]; disabledTestPaths = lib.optionals stdenv.isDarwin [ Loading