mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
remote-exec: migrate to pytest-cov-stub
This commit is contained in:
parent
f38a12b0c6
commit
4619c4c492
@ -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 [
|
||||
|
Loading…
Reference in New Issue
Block a user