python312Packages.cramjam: disable broken test (#397754)

This commit is contained in:
K900
2025-04-10 21:01:31 +03:00
committed by GitHub
@@ -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 = {