Commit 4619c4c4 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

remote-exec: migrate to pytest-cov-stub

parent f38a12b0
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -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 [