Skip to content

Commit

Permalink
python312Packages.aioshelly: run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Sep 3, 2024
1 parent 57d72fb commit d37c3e5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkgs/development/python-modules/aioshelly/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
fetchFromGitHub,
habluetooth,
orjson,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
setuptools,
yarl,
Expand Down Expand Up @@ -35,8 +37,10 @@ buildPythonPackage rec {
yarl
];

# Project has no test
doCheck = false;
nativeCheckInputs = [
pytest-asyncio
pytestCheckHook
];

pythonImportsCheck = [ "aioshelly" ];

Expand Down

0 comments on commit d37c3e5

Please sign in to comment.