diff --git a/pkgs/development/python-modules/twscrape/default.nix b/pkgs/development/python-modules/twscrape/default.nix index 4ee385b8b8c9..cdfb89d049da 100644 --- a/pkgs/development/python-modules/twscrape/default.nix +++ b/pkgs/development/python-modules/twscrape/default.nix @@ -10,6 +10,7 @@ loguru, pyotp, pytestCheckHook, + pytest-asyncio, pytest-httpx, pythonOlder, }: @@ -43,6 +44,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook + pytest-asyncio pytest-httpx ];