Loading pkgs/development/python-modules/beartype/default.nix +8 −0 Original line number Diff line number Diff line Loading @@ -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 = [ Loading Loading
pkgs/development/python-modules/beartype/default.nix +8 −0 Original line number Diff line number Diff line Loading @@ -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 = [ Loading