ty: 0.0.35 -> 0.0.36 (#520417)

This commit is contained in:
Gaétan Lepage
2026-05-15 13:18:42 +00:00
committed by GitHub
+5 -3
View File
@@ -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"