From 2df77ff05868b1b7e5a7c7ceaec8589d4ed1b735 Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Wed, 15 Oct 2025 18:15:43 +0000 Subject: [PATCH] python312Packages.scalene: 1.5.52 -> 1.5.55 --- pkgs/development/python-modules/scalene/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/scalene/default.nix b/pkgs/development/python-modules/scalene/default.nix index b33764932a98..a97bc531585e 100644 --- a/pkgs/development/python-modules/scalene/default.nix +++ b/pkgs/development/python-modules/scalene/default.nix @@ -38,7 +38,7 @@ in buildPythonPackage rec { pname = "scalene"; - version = "1.5.52"; + version = "1.5.55"; pyproject = true; disabled = pythonOlder "3.9"; @@ -46,7 +46,7 @@ buildPythonPackage rec { owner = "plasma-umass"; repo = "scalene"; tag = "v${version}"; - hash = "sha256-8WE/tR0tGwdNSPtieS90QAOFlS66h/JxaV2LvpZjx2E="; + hash = "sha256-aO7l/paYqbneDArAbXxptIlMGfvc1dAaFLucEj/7xbk="; }; patches = [ @@ -95,6 +95,8 @@ buildPythonPackage rec { disabledTests = [ # Flaky -- socket collision "test_show_browser" + # File not found + "test_nested_package_relative_import" ]; # remove scalene directory to prevent pytest import confusion