Commit 4c4420b2 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.pyswitchbot: add pytest-asyncio

parent 465eab85
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
  fetchFromGitHub,
  pyopenssl,
  pythonOlder,
  pytest-asyncio,
  pytestCheckHook,
  requests,
  setuptools,
@@ -38,7 +39,10 @@ buildPythonPackage rec {
    requests
  ];

  nativeCheckInputs = [ pytestCheckHook ];
  nativeCheckInputs = [
    pytest-asyncio
    pytestCheckHook
  ];

  pythonImportsCheck = [ "switchbot" ];