python3Packages.nonbloat-db: use pytest-cov-stub

This commit is contained in:
Peder Bergebakken Sundt
2025-06-17 06:19:19 +02:00
parent d8952d444c
commit 0351ce0840
@@ -14,7 +14,7 @@
# tests
pytestCheckHook,
pytest-asyncio,
pytest-cov,
pytest-cov-stub,
pytest-mock,
pytest-randomly,
faker,
@@ -45,7 +45,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
pytest-asyncio
pytest-cov
pytest-cov-stub
pytest-mock
pytest-randomly
faker