neovim-remote: disable tests on Darwin

The only enabled test started to fail with write errors. Setting
HOME=$TMPDIR works, but then it fails the same way than the disabled
ones
This commit is contained in:
Tae Selene Sandoval Murgan 2022-07-13 08:56:58 +02:00 committed by Matthieu Coudron
parent d43a7bbde2
commit f88533ec37

View File

@ -33,6 +33,8 @@ with python3.pkgs; buildPythonApplication rec {
"test_escape_double_quotes_in_filenames"
];
doCheck = !stdenv.isDarwin;
meta = with lib; {
description = "A tool that helps controlling nvim processes from a terminal";
homepage = "https://github.com/mhinz/neovim-remote/";