zfs-replicate: remove useless pytest-runner, coverage collecting and mypy linter

This commit is contained in:
Sandro Jäckel 2023-06-07 16:11:08 +02:00 committed by Gaetan Lepage
parent 5ba6a7ce92
commit f1e5f1b2bc

View file

@ -1,5 +1,5 @@
{ buildPythonApplication, click, fetchPypi, hypothesis, mypy, pytest
, pytest-cov, pytest-runner, lib, stringcase
{ buildPythonApplication, click, fetchPypi, hypothesis, pytest
, lib, stringcase
}:
buildPythonApplication rec {
@ -11,15 +11,14 @@ buildPythonApplication rec {
sha256 = "b2cb9d4670a6e12d14a446c10d857862e91af6e4526f607e08b41bde89953bb8";
};
postPatch = ''
sed -i setup.cfg \
-e '/--cov.*/d'
'';
nativeCheckInputs = [
hypothesis
mypy
pytest
pytest-cov
];
buildInputs = [
pytest-runner
];
propagatedBuildInputs = [