python312Packages.cramjam: disable broken test

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
This commit is contained in:
Ihar Hrachyshka
2025-04-10 13:31:10 -04:00
parent 6b77ed4b18
commit a3902aace5
@@ -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 = {