python3Packages.dramatiq-abort: use pytest-cov-stub

This commit is contained in:
Peder Bergebakken Sundt
2025-06-17 06:19:18 +02:00
parent c275c5bf07
commit d12fe2ec5b
@@ -4,7 +4,7 @@
fetchFromGitHub,
gevent,
pytestCheckHook,
pytest-cov,
pytest-cov-stub,
dramatiq,
redis,
setuptools,
@@ -37,7 +37,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
redis
pytestCheckHook
pytest-cov
pytest-cov-stub
];
pythonImportsCheck = [ "dramatiq_abort" ];