python312Packages.censys: migrate to pytest-cov-stub

This commit is contained in:
Fabian Affolter
2025-03-03 16:31:57 +01:00
parent c5c7e049eb
commit be2913c9ac
@@ -8,6 +8,7 @@
parameterized,
poetry-core,
pytest-mock,
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
requests,
@@ -30,14 +31,7 @@ buildPythonPackage rec {
hash = "sha256-OP7+jSt4xS71Kcjy5hFzeZ5rlTPtDx22rPr3UwjI5dk=";
};
postPatch = ''
substituteInPlace pytest.ini \
--replace-fail "--cov" ""
'';
build-system = [
poetry-core
];
build-system = [ poetry-core ];
dependencies = [
argcomplete
@@ -50,6 +44,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
parameterized
pytest-mock
pytest-cov-stub
pytestCheckHook
requests-mock
responses