python313Packages.beartype: disable broken test

This commit is contained in:
FliegendeWurst
2025-01-14 19:11:17 +01:00
parent d9e9853753
commit b2e3216919
@@ -5,6 +5,7 @@
fetchFromGitHub,
hatchling,
pytestCheckHook,
pythonAtLeast,
typing-extensions,
}:
@@ -29,6 +30,11 @@ buildPythonPackage rec {
pythonImportsCheck = [ "beartype" ];
# this test is not run upstream, and broke in 3.13 (_nparams removed)
disabledTests = lib.optionals (pythonAtLeast "3.13") [
"test_door_is_subhint"
];
meta = {
description = "Fast runtime type checking for Python";
homepage = "https://github.com/beartype/beartype";