Loading pkgs/development/python-modules/aiocoap/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "aiocoap"; version = "0.4.14"; version = "0.4.15"; pyproject = true; disabled = pythonOlder "3.10"; Loading @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "chrysn"; repo = "aiocoap"; tag = version; hash = "sha256-v0OzRWHlGaBKqqcIyAlVafd/siXVwaTAZqw+Sstju3s="; hash = "sha256-OYFHeTM1KXQfxeRoxYKdir3RnWJNua8YBmBUWIqADoI="; }; build-system = [ setuptools ]; 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/aiocoap/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "aiocoap"; version = "0.4.14"; version = "0.4.15"; pyproject = true; disabled = pythonOlder "3.10"; Loading @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "chrysn"; repo = "aiocoap"; tag = version; hash = "sha256-v0OzRWHlGaBKqqcIyAlVafd/siXVwaTAZqw+Sstju3s="; hash = "sha256-OYFHeTM1KXQfxeRoxYKdir3RnWJNua8YBmBUWIqADoI="; }; build-system = [ setuptools ]; 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