From 2f29aa5f4ad2859a720cd4bd34a89507301a3ecb Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 3 Apr 2023 21:42:14 +0200 Subject: [PATCH] python310Packages.caio: add missing input --- pkgs/development/python-modules/caio/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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 ];