python313Packages.brunt: migrate to pytest-cov-stub

Changed files
+5 -5
pkgs
development
python-modules
brunt
+5 -5
pkgs/development/python-modules/brunt/default.nix
···
fetchPypi,
aiohttp,
requests,
+
pytest-cov-stub,
pytestCheckHook,
}:
···
sha256 = "e704627dc7b9c0a50c67ae90f1d320b14f99f2b2fc9bf1ef0461b141dcf1bce9";
};
-
postPatch = ''
-
sed -i '/--cov/d' setup.cfg
-
'';
-
propagatedBuildInputs = [
aiohttp
requests
];
-
nativeCheckInputs = [ pytestCheckHook ];
+
nativeCheckInputs = [
+
pytest-cov-stub
+
pytestCheckHook
+
];
# tests require Brunt hardware
doCheck = false;