From 58471c61c0db6f39ce5afc913018738c29041288 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Sun, 5 Oct 2025 17:55:58 +0200 Subject: [PATCH] python3Packages.twscrape: fix build --- pkgs/development/python-modules/twscrape/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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 ];