Loading pkgs/development/python-modules/pyswitchbot/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ fetchFromGitHub, pyopenssl, pythonOlder, pytest-asyncio, pytestCheckHook, requests, setuptools, Loading Loading @@ -38,7 +39,10 @@ buildPythonPackage rec { requests ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytest-asyncio pytestCheckHook ]; pythonImportsCheck = [ "switchbot" ]; Loading Loading
pkgs/development/python-modules/pyswitchbot/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ fetchFromGitHub, pyopenssl, pythonOlder, pytest-asyncio, pytestCheckHook, requests, setuptools, Loading Loading @@ -38,7 +39,10 @@ buildPythonPackage rec { requests ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytest-asyncio pytestCheckHook ]; pythonImportsCheck = [ "switchbot" ]; Loading