Unverified Commit 2e75bc87 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.twscrape: fix build (#448895)

parents 8642a310 58471c61
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
  loguru,
  pyotp,
  pytestCheckHook,
  pytest-asyncio,
  pytest-httpx,
  pythonOlder,
}:
@@ -43,6 +44,7 @@ buildPythonPackage rec {

  nativeCheckInputs = [
    pytestCheckHook
    pytest-asyncio
    pytest-httpx
  ];