python3Packages.uasiren: fix tests

This commit is contained in:
Martin Weinelt
2025-08-09 19:08:52 +02:00
parent 6e4f0b2c9a
commit 230bfa29e6
@@ -10,6 +10,7 @@
aiohttp,
# tests
pytest-asyncio,
pytestCheckHook,
}:
@@ -33,7 +34,10 @@ buildPythonPackage {
propagatedBuildInputs = [ aiohttp ];
nativeCheckInputs = [ pytestCheckHook ];
nativeCheckInputs = [
pytest-asyncio
pytestCheckHook
];
pythonImportsCheck = [
"uasiren"