python3Packages.beartype: disable on python>=3.14

This commit is contained in:
Gaetan Lepage
2025-12-31 14:21:45 +00:00
parent b63bcabaf5
commit f60809f9c1
@@ -20,6 +20,14 @@ buildPythonPackage rec {
hash = "sha256-oD7LS+c+mZ8W4YnAaAYxQkbUlmO8E2TPxy0PBI7Jr7A=";
};
# Several tests fail with:
# - beartype.roar.BeartypeDecorHintNonpepException
# - RuntimeError: There is no current event loop in thread 'MainThread'
# - Failed: DID NOT RAISE <class 'beartype.roar.BeartypeDecorHintNonpepException'>
# - AssertionError
# - ...
disabled = pythonAtLeast "3.14";
build-system = [ hatchling ];
nativeCheckInputs = [