python313Packages.cramjam: fix eval (#398382)

This commit is contained in:
Martin Weinelt 2025-04-13 16:37:11 +02:00 committed by GitHub
commit dbd663f684
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,12 +56,6 @@ buildPythonPackage rec {
"benchmarks/test_bench.py" "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" ]; pythonImportsCheck = [ "cramjam" ];
meta = { meta = {