tmuxp: 1.73.0 -> 1.74.0 (#539041)
This commit is contained in:
@@ -7,12 +7,12 @@
|
||||
|
||||
python3Packages.buildPythonApplication (finalAttrs: {
|
||||
pname = "tmuxp";
|
||||
version = "1.73.0";
|
||||
version = "1.74.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit (finalAttrs) pname version;
|
||||
hash = "sha256-UExY0hC7HDWeISQ/mMZLMcMnqDko4i188MyoDbNePZc=";
|
||||
hash = "sha256-ngSA6gEpmWAmNYh+BGHTlcLYqm42qFtabR1l3NbHgJw=";
|
||||
};
|
||||
|
||||
build-system = with python3Packages; [
|
||||
|
||||
@@ -45,12 +45,9 @@ buildPythonPackage (finalAttrs: {
|
||||
enabledTestPaths = [ "tests" ];
|
||||
|
||||
disabledTestPaths = lib.optionals stdenv.hostPlatform.isDarwin [ "tests/test/test_retry.py" ];
|
||||
disabledTests = [
|
||||
# test is broken for tmux 3.7a and later
|
||||
# https://github.com/tmux-python/libtmux/issues/697
|
||||
"test_new_window_name_invalid_on_3_7"
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
# basename for sleep is coreutils, not sleep
|
||||
"test_break_pane_no_name_uses_natural_name"
|
||||
# Fail with: 'no server running on /tmp/tmux-1000/libtmux_test8sorutj1'.
|
||||
"test_new_session_width_height"
|
||||
# AssertionError: assert '' == '$'
|
||||
|
||||
Reference in New Issue
Block a user