lol
0
fork

Configure Feed

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

python313Packages.python-opensky: migrate to pytest-cov-stub

+3 -2
+3 -2
pkgs/development/python-modules/python-opensky/default.nix
··· 7 7 poetry-core, 8 8 pydantic, 9 9 pytest-asyncio, 10 + pytest-cov-stub, 10 11 pytestCheckHook, 11 12 pythonOlder, 12 13 syrupy, ··· 29 30 30 31 postPatch = '' 31 32 substituteInPlace pyproject.toml \ 32 - --replace 'version = "0.0.0"' 'version = "${version}"' \ 33 - --replace "--cov" "" 33 + --replace 'version = "0.0.0"' 'version = "${version}"' 34 34 substituteInPlace src/python_opensky/opensky.py \ 35 35 --replace ".joinpath(uri)" "/ uri" 36 36 ''; ··· 46 46 nativeCheckInputs = [ 47 47 aresponses 48 48 pytest-asyncio 49 + pytest-cov-stub 49 50 pytestCheckHook 50 51 syrupy 51 52 ];