python312Packages.aioasuswrt: migrate to pytest-cov-stub (#371393)

authored by Nick Cao and committed by GitHub 86f322b6 f348d051

+2 -6
+2 -6
pkgs/development/python-modules/aioasuswrt/default.nix
··· 3 3 asyncssh, 4 4 buildPythonPackage, 5 5 fetchFromGitHub, 6 + pytest-cov-stub, 6 7 pytest-asyncio, 7 8 pytest-mock, 8 9 pytestCheckHook, ··· 24 25 hash = "sha256-RQxIgAU9KsTbcTKc/Zl+aP77lbDSeiYzR48MtIVwacc="; 25 26 }; 26 27 27 - postPatch = '' 28 - substituteInPlace setup.cfg \ 29 - --replace-fail "--cov-report html" "" \ 30 - --replace-fail "--cov-report term-missing" "" 31 - ''; 32 - 33 28 build-system = [ setuptools ]; 34 29 35 30 dependencies = [ asyncssh ]; 36 31 37 32 nativeCheckInputs = [ 38 33 pytest-asyncio 34 + pytest-cov-stub 39 35 pytest-mock 40 36 pytestCheckHook 41 37 ];