python312Packages.intake: remove code for macOS < 11

This commit is contained in:
Emily
2025-01-05 20:57:36 +00:00
parent 1f83d810b6
commit bb3ca4c2e1
@@ -131,14 +131,7 @@ 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" ];