lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.async-modbus: migrate to pytest-cov-stub

+2 -4
+2 -4
pkgs/development/python-modules/async-modbus/default.nix
··· 4 4 connio, 5 5 fetchFromGitHub, 6 6 fetchpatch, 7 - pytest-asyncio, 7 + pytest-cov-stub, 8 8 pytestCheckHook, 9 9 pythonOlder, 10 10 setuptools, ··· 35 35 36 36 postPatch = '' 37 37 substituteInPlace pyproject.toml \ 38 - --replace '"--cov=async_modbus",' "" \ 39 - --replace '"--cov-report=html", "--cov-report=term",' "" \ 40 38 --replace '"--durations=2", "--verbose"' "" 41 39 ''; 42 40 ··· 48 46 ]; 49 47 50 48 nativeCheckInputs = [ 51 - pytest-asyncio 49 + pytest-cov-stub 52 50 pytestCheckHook 53 51 ]; 54 52