From 94e656c187fde7a2e2dd08af6b45607f16dc932e Mon Sep 17 00:00:00 2001 From: hellwolf Date: Mon, 25 May 2026 11:57:38 +0300 Subject: [PATCH] python313Packages.eth-utils: fix build - tests/core/functional-utils/test_type_inference.py (cherry picked from commit 69a1cd81996a80342b5967283a92ed4b778de26f) --- pkgs/development/python-modules/eth-utils/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/eth-utils/default.nix b/pkgs/development/python-modules/eth-utils/default.nix index d708272873c1..21932a7e435a 100644 --- a/pkgs/development/python-modules/eth-utils/default.nix +++ b/pkgs/development/python-modules/eth-utils/default.nix @@ -28,6 +28,11 @@ buildPythonPackage rec { hash = "sha256-U1RSKaLw/gDg4lMjkTwR/Wfb5wqQctML9CDZBILMBys="; }; + postPatch = '' + # type inference test output expectation changed slightly (don't ask me when it started...) + sed -i 's/builtins\.//g' tests/core/functional-utils/test_type_inference.py + ''; + build-system = [ setuptools ]; propagatedBuildInputs = [