python313Packages.aiolimiter: migrate to pytest-cov-stub

Changed files
+2 -5
pkgs
development
python-modules
aiolimiter
+2 -5
pkgs/development/python-modules/aiolimiter/default.nix
···
poetry-core,
importlib-metadata,
pytest-asyncio,
+
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
toml,
···
nativeCheckInputs = [
pytest-asyncio
+
pytest-cov-stub
pytestCheckHook
toml
];
-
-
postPatch = ''
-
substituteInPlace tox.ini \
-
--replace " --cov=aiolimiter --cov-config=tox.ini --cov-report term-missing" ""
-
'';
pythonImportsCheck = [ "aiolimiter" ];