Loading pkgs/development/python-modules/aioshelly/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -6,6 +6,8 @@ fetchFromGitHub, habluetooth, orjson, pytest-asyncio, pytestCheckHook, pythonOlder, setuptools, yarl, Loading Loading @@ -35,8 +37,10 @@ buildPythonPackage rec { yarl ]; # Project has no test doCheck = false; nativeCheckInputs = [ pytest-asyncio pytestCheckHook ]; pythonImportsCheck = [ "aioshelly" ]; Loading Loading
pkgs/development/python-modules/aioshelly/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -6,6 +6,8 @@ fetchFromGitHub, habluetooth, orjson, pytest-asyncio, pytestCheckHook, pythonOlder, setuptools, yarl, Loading Loading @@ -35,8 +37,10 @@ buildPythonPackage rec { yarl ]; # Project has no test doCheck = false; nativeCheckInputs = [ pytest-asyncio pytestCheckHook ]; pythonImportsCheck = [ "aioshelly" ]; Loading