python314Packages.typish: disable on python 3.14

This commit is contained in:
Sarah Clark
2026-01-25 16:38:16 -08:00
parent 90e0b24f27
commit 83d50ba796
@@ -19,6 +19,10 @@ buildPythonPackage rec {
hash = "sha256-LnOg1dVs6lXgPTwRYg7uJ3LCdExYrCxS47UEJxKHhVU=";
};
# Tests fail on Python 3.14
# TypeError: 'member_descriptor' object is not iterable
disabled = pythonAtLeast "3.14";
nativeCheckInputs = [
numpy
pytestCheckHook