python312Packages.subarulink: migrate to pytest-cov-stub

+2 -5
+2 -5
pkgs/development/python-modules/subarulink/default.nix
··· 5 cryptography, 6 fetchFromGitHub, 7 pytest-asyncio, 8 pytestCheckHook, 9 pythonOlder, 10 setuptools, ··· 35 nativeCheckInputs = [ 36 cryptography 37 pytest-asyncio 38 pytestCheckHook 39 ]; 40 - 41 - postPatch = '' 42 - substituteInPlace setup.cfg \ 43 - --replace "--cov=subarulink" "" 44 - ''; 45 46 __darwinAllowLocalNetworking = true; 47
··· 5 cryptography, 6 fetchFromGitHub, 7 pytest-asyncio, 8 + pytest-cov-stub, 9 pytestCheckHook, 10 pythonOlder, 11 setuptools, ··· 36 nativeCheckInputs = [ 37 cryptography 38 pytest-asyncio 39 + pytest-cov-stub 40 pytestCheckHook 41 ]; 42 43 __darwinAllowLocalNetworking = true; 44