python313Packages.beartype: disable broken test (#373799)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user