python313Packages.aiopvpc: migrate to pytest-cov-stub

Changed files
+2 -5
pkgs
development
python-modules
aiopvpc
+2 -5
pkgs/development/python-modules/aiopvpc/default.nix
···
poetry-core,
pytest-asyncio,
pytest-timeout,
+
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
python-dotenv,
···
hash = "sha256-1xeXfhoXRfJ7vrpRPeYmwcAGjL09iNCOm/f4pPvuZLU=";
};
-
postPatch = ''
-
substituteInPlace pyproject.toml \
-
--replace-fail " --cov --cov-report term --cov-report html" ""
-
'';
-
build-system = [ poetry-core ];
dependencies = [
···
nativeCheckInputs = [
pytest-asyncio
pytest-timeout
+
pytest-cov-stub
pytestCheckHook
python-dotenv
];