python3Packages.eth-utils: disable failing typing tests

Matching on mypy output is brittle.

Hydra: https://hydra.nixos.org/build/329150192
This commit is contained in:
Tom Hunze
2026-05-24 20:52:49 +02:00
parent 40b04f73bb
commit d6c392b6f1
@@ -49,6 +49,12 @@ buildPythonPackage rec {
disabledTests = [ "test_install_local_wheel" ];
disabledTestPaths = [
# Typing tests fail like:
# Revealed type is "builtins.tuple[builtins.int, ...]"
"tests/core/functional-utils/test_type_inference.py"
];
meta = {
changelog = "https://github.com/ethereum/eth-utils/blob/${src.rev}/docs/release_notes.rst";
description = "Common utility functions for codebases which interact with ethereum";