python312Packages.aioshelly: run tests

This commit is contained in:
Robert Schütz 2024-09-03 16:27:49 -07:00
parent 57d72fb554
commit d37c3e56ec

View File

@ -6,6 +6,8 @@
fetchFromGitHub,
habluetooth,
orjson,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
setuptools,
yarl,
@ -35,8 +37,10 @@ buildPythonPackage rec {
yarl
];
# Project has no test
doCheck = false;
nativeCheckInputs = [
pytest-asyncio
pytestCheckHook
];
pythonImportsCheck = [ "aioshelly" ];