python3Packages.beartype: disable on python>=3.14
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user