python3Packages.uasiren: fix tests

Changed files
+5 -1
pkgs
development
python-modules
uasiren
+5 -1
pkgs/development/python-modules/uasiren/default.nix
···
aiohttp,
# tests
pytestCheckHook,
}:
···
propagatedBuildInputs = [ aiohttp ];
-
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [
"uasiren"
···
aiohttp,
# tests
+
pytest-asyncio,
pytestCheckHook,
}:
···
propagatedBuildInputs = [ aiohttp ];
+
nativeCheckInputs = [
+
pytest-asyncio
+
pytestCheckHook
+
];
pythonImportsCheck = [
"uasiren"