Commit d37c3e56 authored by Robert Schütz's avatar Robert Schütz
Browse files

python312Packages.aioshelly: run tests

parent 57d72fb5
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -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" ];