remote-exec: migrate to pytest-cov-stub

This commit is contained in:
Peder Bergebakken Sundt 2024-07-20 02:24:28 +02:00
parent f38a12b0c6
commit 4619c4c492

View File

@ -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 [