Loading pkgs/tools/misc/remote-exec/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ , toml , watchdog , pytestCheckHook , pytest-cov-stub , rsync }: Loading Loading @@ -44,11 +45,6 @@ buildPythonApplication rec { watchdog ]; # disable pytest --cov preCheck = '' rm setup.cfg ''; doCheck = true; nativeCheckInputs = [ Loading @@ -57,6 +53,7 @@ buildPythonApplication rec { checkInputs = [ pytestCheckHook pytest-cov-stub ]; disabledTestPaths = lib.optionals stdenv.isDarwin [ Loading Loading
pkgs/tools/misc/remote-exec/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ , toml , watchdog , pytestCheckHook , pytest-cov-stub , rsync }: Loading Loading @@ -44,11 +45,6 @@ buildPythonApplication rec { watchdog ]; # disable pytest --cov preCheck = '' rm setup.cfg ''; doCheck = true; nativeCheckInputs = [ Loading @@ -57,6 +53,7 @@ buildPythonApplication rec { checkInputs = [ pytestCheckHook pytest-cov-stub ]; disabledTestPaths = lib.optionals stdenv.isDarwin [ Loading