From b3b4645f0cf7c11755bacb7698ad283db7dd3210 Mon Sep 17 00:00:00 2001 From: Thomas Butter Date: Sun, 17 May 2026 11:31:57 +0000 Subject: [PATCH] xonsh: 0.23.5 -> 0.23.7 --- pkgs/by-name/xo/xonsh/unwrapped.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/xo/xonsh/unwrapped.nix b/pkgs/by-name/xo/xonsh/unwrapped.nix index 2fc27e57c7d1..f26ac839197c 100644 --- a/pkgs/by-name/xo/xonsh/unwrapped.nix +++ b/pkgs/by-name/xo/xonsh/unwrapped.nix @@ -35,7 +35,7 @@ buildPythonPackage rec { pname = "xonsh"; - version = "0.23.5"; + version = "0.23.7"; pyproject = true; # PyPI package ships incomplete tests @@ -43,7 +43,7 @@ buildPythonPackage rec { owner = "xonsh"; repo = "xonsh"; tag = version; - hash = "sha256-jiHcOSkqvQj6/BFyDFUcTvknATAYqeVco0KecCXBWD0="; + hash = "sha256-KKkHqaAHnj1WMeJPrvpNXwXZ6c/V6SIIfoLYytY4kPY"; }; build-system = [ @@ -119,6 +119,13 @@ buildPythonPackage rec { "test_skipper_command" "test_xonsh_lexer_no_win" "test_on_command_not_found_dict_without_env" + "test_alias_shadowing_real_binary_is_not_only_functional" + "test_complete_inner_command_plain" + "test_complete_inner_command_after_double_dash" + "test_complete_inner_command_after_double_dash_empty" + "test_complete_inner_command_after_flag_with_value" + "test_complete_inner_command_after_long_flag_with_value" + "test_complete_inner_command_after_env_assign" ]; disabledTestPaths = [