From 4619c4c49255b77506c2eabe408e37641349db9a Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Sat, 20 Jul 2024 02:24:28 +0200 Subject: [PATCH] remote-exec: migrate to pytest-cov-stub --- pkgs/tools/misc/remote-exec/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pkgs/tools/misc/remote-exec/default.nix b/pkgs/tools/misc/remote-exec/default.nix index 84b8026c0a07..edf581b183ce 100644 --- a/pkgs/tools/misc/remote-exec/default.nix +++ b/pkgs/tools/misc/remote-exec/default.nix @@ -8,6 +8,7 @@ , toml , watchdog , pytestCheckHook +, pytest-cov-stub , rsync }: @@ -44,11 +45,6 @@ buildPythonApplication rec { watchdog ]; - # disable pytest --cov - preCheck = '' - rm setup.cfg - ''; - doCheck = true; nativeCheckInputs = [ @@ -57,6 +53,7 @@ buildPythonApplication rec { checkInputs = [ pytestCheckHook + pytest-cov-stub ]; disabledTestPaths = lib.optionals stdenv.isDarwin [