Loading pkgs/development/python-modules/intake/default.nix +13 −6 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ pytestCheckHook, python-snappy, pythonOlder, pythonAtLeast, pyyaml, networkx, requests, Loading Loading @@ -126,7 +127,13 @@ buildPythonPackage rec { # Timing-based, flaky on darwin and possibly others "test_idle_timer" ] ++ lib.optionals ++ lib.optionals (pythonAtLeast "3.12") [ # 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) Loading Loading
pkgs/development/python-modules/intake/default.nix +13 −6 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ pytestCheckHook, python-snappy, pythonOlder, pythonAtLeast, pyyaml, networkx, requests, Loading Loading @@ -126,7 +127,13 @@ buildPythonPackage rec { # Timing-based, flaky on darwin and possibly others "test_idle_timer" ] ++ lib.optionals ++ lib.optionals (pythonAtLeast "3.12") [ # 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) Loading