Commit f60809f9 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python3Packages.beartype: disable on python>=3.14

parent b63bcaba
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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 = [