python3Packages.async-modbus: test with pytest-asyncio

This commit is contained in:
Martin Weinelt
2025-08-09 19:08:50 +02:00
parent 81ec1790fb
commit 90c6bf2986
@@ -4,6 +4,7 @@
connio,
fetchFromGitHub,
fetchpatch,
pytest-asyncio,
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
@@ -46,6 +47,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
pytest-asyncio
pytest-cov-stub
pytestCheckHook
];