From 62adbc19f0cbe8b4e067bdd4a195ca25f5d6edb3 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 13 Apr 2025 16:20:31 +0200 Subject: [PATCH] python313Packages.cramjam: fix eval --- pkgs/development/python-modules/cramjam/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/development/python-modules/cramjam/default.nix b/pkgs/development/python-modules/cramjam/default.nix index c9f410ea3cea..76a8825b703e 100644 --- a/pkgs/development/python-modules/cramjam/default.nix +++ b/pkgs/development/python-modules/cramjam/default.nix @@ -56,12 +56,6 @@ 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 = {