diff --git a/pkgs/development/python-modules/caio/default.nix b/pkgs/development/python-modules/caio/default.nix index 0e1bf5b4c2f4..b34bebb57e82 100644 --- a/pkgs/development/python-modules/caio/default.nix +++ b/pkgs/development/python-modules/caio/default.nix @@ -2,6 +2,7 @@ , aiomisc , buildPythonPackage , fetchFromGitHub +, pytest-aiohttp , pytestCheckHook , pythonOlder }: @@ -22,6 +23,7 @@ buildPythonPackage rec { nativeCheckInputs = [ aiomisc + pytest-aiohttp pytestCheckHook ];