diff --git a/pkgs/development/python-modules/manhole/default.nix b/pkgs/development/python-modules/manhole/default.nix index 8c8c6bf35018..1dc90e66683b 100644 --- a/pkgs/development/python-modules/manhole/default.nix +++ b/pkgs/development/python-modules/manhole/default.nix @@ -19,7 +19,10 @@ buildPythonPackage rec { # # {test_locals,test_socket_path} fail to remove /tmp/manhole-socket # on the x86_64-darwin builder. - doCheck = stdenv.isLinux; + # + # TODO: change this back to `doCheck = stdenv.isLinux` after + # https://github.com/ionelmc/python-manhole/issues/54 is fixed + doCheck = false; checkInputs = [ pytest requests process-tests ]; checkPhase = ''