Unverified Commit 0f347c53 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.beartype: disable on python>=3.14 (#475614)

parents 888dec0b f60809f9
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 = [