diff --git a/pkgs/development/python-modules/zigpy-zboss/default.nix b/pkgs/development/python-modules/zigpy-zboss/default.nix index 9e8cc36ba40b..6345cc2de86b 100644 --- a/pkgs/development/python-modules/zigpy-zboss/default.nix +++ b/pkgs/development/python-modules/zigpy-zboss/default.nix @@ -5,7 +5,7 @@ fetchFromGitHub, jsonschema, lib, - pytest-asyncio, + pytest-asyncio_0, pytest-mock, pytestCheckHook, setuptools, @@ -38,7 +38,7 @@ buildPythonPackage rec { pythonImportsCheck = [ "zigpy_zboss" ]; nativeCheckInputs = [ - pytest-asyncio + pytest-asyncio_0 pytest-mock pytestCheckHook ];