lol

python311Packages.cramjam,python312Packages.cramjam: disable test_variants.py

+7 -1
+7 -1
pkgs/development/python-modules/cramjam/default.nix
··· 46 46 47 47 pytestFlagsArray = [ "cramjam-python/tests" ]; 48 48 49 - disabledTestPaths = [ "cramjam-python/benchmarks/test_bench.py" ]; 49 + disabledTestPaths = [ 50 + "cramjam-python/benchmarks/test_bench.py" 51 + # test_variants.py appears to be flaky 52 + # 53 + # https://github.com/NixOS/nixpkgs/pull/311584#issuecomment-2117656380 54 + "cramjam-python/tests/test_variants.py" 55 + ]; 50 56 51 57 pythonImportsCheck = [ "cramjam" ]; 52 58