From a3902aace571cbb8e8bdcefac4b66a192e9cf91b Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Thu, 10 Apr 2025 13:31:10 -0400 Subject: [PATCH] python312Packages.cramjam: disable broken test Signed-off-by: Ihar Hrachyshka --- pkgs/development/python-modules/cramjam/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/development/python-modules/cramjam/default.nix b/pkgs/development/python-modules/cramjam/default.nix index 750ff3fa7076..2642b38697fc 100644 --- a/pkgs/development/python-modules/cramjam/default.nix +++ b/pkgs/development/python-modules/cramjam/default.nix @@ -54,6 +54,12 @@ buildPythonPackage rec { "benchmarks/test_bench.py" ]; + disabledTests = [ + # https://github.com/milesgranger/cramjam/issues/201 + # https://github.com/HypothesisWorks/hypothesis/issues/4267 + "test_variants_decompress_into" + ]; + pythonImportsCheck = [ "cramjam" ]; meta = {