python310Packages.aioruuvigateway: add pythonImportsCheck

This commit is contained in:
Fabian Affolter 2023-02-19 15:45:39 +01:00
parent fb58837a5e
commit 8ab4f02ae3

View file

@ -36,6 +36,10 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [
"aioruuvigateway"
];
meta = with lib; {
description = "An asyncio-native library for requesting data from a Ruuvi Gateway";
homepage = "https://github.com/akx/aioruuvigateway";