Commit bb3ca4c2 authored by Emily's avatar Emily
Browse files

python312Packages.intake: remove code for macOS < 11

parent 1f83d810
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
@@ -131,13 +131,6 @@ buildPythonPackage rec {
      # Require deprecated distutils
      "test_which"
      "test_load"
    ]
    ++
      lib.optionals
        (stdenv.hostPlatform.isDarwin && lib.versionOlder stdenv.hostPlatform.darwinMinVersion "10.13")
        [
          # Flaky with older low-res mtime on darwin < 10.13 (#143987)
          "test_second_load_timestamp"
    ];

  pythonImportsCheck = [ "intake" ];