diff --git a/pkgs/development/python-modules/typish/default.nix b/pkgs/development/python-modules/typish/default.nix index 20f366fdf225..08b39edf9677 100644 --- a/pkgs/development/python-modules/typish/default.nix +++ b/pkgs/development/python-modules/typish/default.nix @@ -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