0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

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" ];