Loading pkgs/development/python-modules/pytradfri/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ aiocoap, dtlssocket, pydantic, pytest-asyncio, pytestCheckHook, }: Loading @@ -32,7 +33,11 @@ buildPythonPackage rec { ]; }; nativeCheckInputs = [ pytestCheckHook ] ++ optional-dependencies.async; nativeCheckInputs = [ pytest-asyncio pytestCheckHook ] ++ optional-dependencies.async; pythonImportsCheck = [ "pytradfri" ]; Loading Loading
pkgs/development/python-modules/pytradfri/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ aiocoap, dtlssocket, pydantic, pytest-asyncio, pytestCheckHook, }: Loading @@ -32,7 +33,11 @@ buildPythonPackage rec { ]; }; nativeCheckInputs = [ pytestCheckHook ] ++ optional-dependencies.async; nativeCheckInputs = [ pytest-asyncio pytestCheckHook ] ++ optional-dependencies.async; pythonImportsCheck = [ "pytradfri" ]; Loading