python3Packages.typing-inspection: skip test broken by Python 3.14.7

(cherry picked from commit 9b55d5e439)
Same with 3.13.15 as well, apparently:
https://hydra.nixos.org/build/342110774/step/2/log/tail
This commit is contained in:
K900
2026-08-08 16:47:15 +03:00
committed by Vladimír Čunát
parent 3c9d970995
commit b43e7ce3e5

View File

@@ -31,6 +31,12 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# broken by intentional 3.14.7 behavior change
# reported upstream: https://github.com/pydantic/typing-inspection/issues/55
"test_literal_values_unhashable_type"
];
meta = {
changelog = "https://github.com/pydantic/typing-inspection/blob/${src.tag}/HISTORY.md";
description = "Runtime typing introspection tools";