python312Packages.subarulink: migrate to pytest-cov-stub

This commit is contained in:
Fabian Affolter
2025-01-06 13:45:14 +01:00
parent dd7d2c203a
commit 901090877f
@@ -5,6 +5,7 @@
cryptography,
fetchFromGitHub,
pytest-asyncio,
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
setuptools,
@@ -35,14 +36,10 @@ buildPythonPackage rec {
nativeCheckInputs = [
cryptography
pytest-asyncio
pytest-cov-stub
pytestCheckHook
];
postPatch = ''
substituteInPlace setup.cfg \
--replace "--cov=subarulink" ""
'';
__darwinAllowLocalNetworking = true;
preCheck = ''