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

Changed files
+3 -2
pkgs
development
python-modules
python-opensky
+3 -2
pkgs/development/python-modules/python-opensky/default.nix
···
poetry-core,
pydantic,
pytest-asyncio,
+
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
syrupy,
···
postPatch = ''
substituteInPlace pyproject.toml \
-
--replace 'version = "0.0.0"' 'version = "${version}"' \
-
--replace "--cov" ""
+
--replace 'version = "0.0.0"' 'version = "${version}"'
substituteInPlace src/python_opensky/opensky.py \
--replace ".joinpath(uri)" "/ uri"
'';
···
nativeCheckInputs = [
aresponses
pytest-asyncio
+
pytest-cov-stub
pytestCheckHook
syrupy
];