Loading pkgs/development/python-modules/intake/default.nix +1 −8 Original line number Diff line number Diff line Loading @@ -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" ]; Loading Loading
pkgs/development/python-modules/intake/default.nix +1 −8 Original line number Diff line number Diff line Loading @@ -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" ]; Loading