From c0518a99e56e81627facf904997eedc098e18829 Mon Sep 17 00:00:00 2001 From: Jost Alemann Date: Fri, 15 May 2026 14:09:50 +0200 Subject: [PATCH] ty: 0.0.35 -> 0.0.36 Changelog: https://github.com/astral-sh/ty/releases/tag/0.0.36 Diff: https://github.com/astral-sh/ty/compare/0.0.35...0.0.36 skip another test that seems flaky --- pkgs/by-name/ty/ty/package.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ty/ty/package.nix b/pkgs/by-name/ty/ty/package.nix index 0d9f6920c364..d83645b2adce 100644 --- a/pkgs/by-name/ty/ty/package.nix +++ b/pkgs/by-name/ty/ty/package.nix @@ -17,14 +17,15 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "ty"; - version = "0.0.35"; + version = "0.0.36"; + __structuredAttrs = true; src = fetchFromGitHub { owner = "astral-sh"; repo = "ty"; tag = finalAttrs.version; fetchSubmodules = true; - hash = "sha256-ce3v/ZUlMNMGlikWSriGybScUrRharFswq5Z47dTtKY="; + hash = "sha256-lUM2ewf8svvxyq8YNIw0fIseiA7kN7HViwBKDw6LDas="; }; # For Darwin platforms, remove the integration test for file notifications, @@ -38,7 +39,7 @@ rustPlatform.buildRustPackage (finalAttrs: { cargoBuildFlags = [ "--package=ty" ]; - cargoHash = "sha256-9/4+cK7BdJbXQKK7xC9MMfqARlivbuyYZ8j02srakxU="; + cargoHash = "sha256-3y7kqhAUXZ+Ui6quGEDSRXrh3ii9NJLoFWnGX/Mp0l4="; nativeBuildInputs = [ installShellFiles ]; buildInputs = [ rust-jemalloc-sys ]; @@ -67,6 +68,7 @@ rustPlatform.buildRustPackage (finalAttrs: { "--skip=python_environment::ty_environment_and_discovered_venv" "--skip=python_environment::ty_environment_is_only_environment" "--skip=python_environment::ty_environment_is_system_not_virtual" + "--skip=python_environment::ty_system_environment_and_local_venv" # flaky: unmatched assertion: revealed: Literal[1] "--skip=mdtest::generics/pep695/functions.md"