mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user